From bc9367095402ecb49b4bf4345773db65c81aafcc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 13:30:07 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StatusIcon.vala b/StatusIcon.vala index 6055ebf5..02dd4acf 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -297,7 +297,7 @@ public class StatusIconA : StatusIcon { { var image = new Gtk.Image(); - image.set_from_stock(Gtk.Stock.FULLSCREEN,Gtk.IconSize.MENU ); + image.set_from_stock(Gtk.Stock.GOTO_BOTTOM,Gtk.IconSize.MENU ); this.set_image (image); this.label= "Pull (Refresh) All"; this.always_show_image = true; -- 2.39.2