Merger.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 12 Sep 2011 05:09:57 +0000 (13:09 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 12 Sep 2011 05:09:57 +0000 (13:09 +0800)
Merger.js

index 5892a8b..ddee61e 100644 (file)
--- a/Merger.js
+++ b/Merger.js
@@ -105,6 +105,11 @@ Merger=new XObject({
                         },
                         {
                             xtype: Gtk.ComboBox,
+                            listeners : {
+                                changed : function (self) {
+                                   this.get('/historyTreeStore').loadTree();
+                                }
+                            },
                             id : "workingCombo",
                             init : function() {
                                 this.el = new Gtk.ComboBox.with_entry();