Sample/EditProject.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 25 May 2010 04:39:49 +0000 (12:39 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 25 May 2010 04:39:49 +0000 (12:39 +0800)
Sample/EditProject.js

index 9fd3c18..c296708 100644 (file)
@@ -160,7 +160,9 @@ EditProject=new XObject({
                 {
                     xtype: Gtk.FileChooserWidget,
                     pack : "pack_end,true,true,5",
-                    action : Gtk.FileChooserAction.SELECT_FOLDER
+                    action : Gtk.FileChooserAction.SELECT_FOLDER,
+                    id : "dir",
+                    select_multiple : false
                 }
             ]
         },