From: Alan Knowles Date: Thu, 8 May 2014 12:01:32 +0000 (+0800) Subject: StatusIcon.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=cfd81ed433eb1ef4ba92ee447f835aa264ff50b4 StatusIcon.vala --- diff --git a/StatusIcon.vala b/StatusIcon.vala index fe05b39e..3e28e244 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -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;