StatusIcon.vala
authorAlan Knowles <alan@roojs.com>
Thu, 8 May 2014 12:01:32 +0000 (20:01 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 8 May 2014 12:01:32 +0000 (20:01 +0800)
StatusIcon.vala

index fe05b39..3e28e24 100644 (file)
@@ -262,7 +262,7 @@ public class StatusIconA : StatusIcon {
                 
                 var  image = new Gtk.Image();
                 image.set_from_stock(Gtk.Stock.FULLSCREEN,Gtk.IconSize.MENU );
-               this.set_image (image);
+                this.set_image (image);
                 this.label= "Manage Clones";
                 this.always_show_image = true;
                 this.accel_group = null;
@@ -282,7 +282,7 @@ public class StatusIconA : StatusIcon {
                 
                 var  image = new Gtk.Image();
                 image.set_from_stock(Gtk.Stock.ABOUT,Gtk.IconSize.MENU );
-               this.set_image (image);
+                this.set_image (image);
                 this.label= "About Gitlive";
                 this.always_show_image = true;
                 this.accel_group = null;