StatusIcon.vala
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 May 2014 14:00:57 +0000 (22:00 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 May 2014 14:00:57 +0000 (22:00 +0800)
StatusIcon.vala

index 064cef1..98b8eda 100644 (file)
@@ -114,9 +114,9 @@ class StatusIconA : StatusIcon {
             {
                 this.set_from_stock( Gtk.Stock.MEDIA_PAUSE );
                 
-               var  image = new Gtk.Image();
-               image.set_from_stock(Gtk.Stock.MEDIA_PAUSE,Gtk.IconSize.MENU );
-               item_open.set_image (image);
+                var  image = new Gtk.Image();
+                image.set_from_stock(Gtk.Stock.MEDIA_PAUSE,Gtk.IconSize.MENU );
+               this.set_image (image);
                 
                 this.label= "Pause Commits";
                 this.always_show_image = true;