StatusIcon.vala
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:30:07 +0000 (13:30 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:30:07 +0000 (13:30 +0800)
StatusIcon.vala

index 6055ebf..02dd4ac 100644 (file)
@@ -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;