fix date calc
[gitlive] / StatusIcon.js
index 89a5477..daac0d4 100644 (file)
@@ -170,6 +170,26 @@ var StatusIcon  = new XObject({
                         }   
                     }
                 },
+                {
+                    init : function() {
+                        this.el = new Gtk.ImageMenuItem.from_stock(Gtk.STOCK_SAVE);
+                        XObject.prototype.init.call(this);
+                    },
+                    label: 'Update Timesheet',
+                    always_show_image : true,
+                    accel_group : null,
+                    
+                    //label: 'Pause',
+                    pack:  'append',
+                    listeners : {
+                        activate : function () {
+                            var ret = imports.FixBug.FixBug.show();
+                            
+                        }
+                    }
+                },
+                
+                
                 {
                     init : function() {
                         this.el = new Gtk.ImageMenuItem.from_stock(Gtk.STOCK_RELOAD);