Sample/DialogTemplateSelect.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 7 Jun 2010 08:24:49 +0000 (16:24 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 7 Jun 2010 08:24:49 +0000 (16:24 +0800)
Sample/DialogTemplateSelect.js

index 426a9ab..d7c6294 100644 (file)
@@ -30,7 +30,7 @@ DialogTemplateSelect=new XObject({
       
         opts.unshift('Just add Element')
         this.get('combo.model').loadData(opts);
-     
+         this.get('combo').el.set_active(0);
          
         this.el.show_all();
         this.el.run();