StatusIcon.js
authorAlan Knowles <alan@wideboy.(none)>
Thu, 15 Apr 2010 16:06:02 +0000 (00:06 +0800)
committerAlan Knowles <alan@wideboy.(none)>
Thu, 15 Apr 2010 16:06:02 +0000 (00:06 +0800)
StatusIcon.js

index 069a031..519ccaf 100644 (file)
@@ -116,6 +116,26 @@ StatusIcon  = new XObject({
                         }
                     }
                 },
+                {
+                    init : function() {
+                        this.el = new Gtk.ImageMenuItem.from_stock(Gtk.STOCK_RELOAD);
+                        XObject.prototype.init.call(this);
+                    },
+                    label: 'Manage Clones',
+                    always_show_image : true,
+                    accel_group : null,
+                    xid : 'resume',
+                    //label: 'Pause',
+                    pack:  'append',
+                    listeners : {
+                        activate : function () {
+                             
+                            
+                        }
+                    }
+                },
+                
+                
                 
             
                 {