From cfd81ed433eb1ef4ba92ee447f835aa264ff50b4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 8 May 2014 20:01:32 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2