From: Alan Knowles Date: Mon, 14 Aug 2017 02:44:14 +0000 (+0800) Subject: StatusIcon.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=ed6a051a89b02737d3fbcaa8f0d6b5ddb225af58 StatusIcon.vala --- diff --git a/StatusIcon.vala b/StatusIcon.vala index 9c0b98ea..8554b46e 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -107,6 +107,11 @@ public class StatusIconA : StatusIcon { this.set_from_stock( Gtk.Stock.MEDIA_PLAY ); } + void refreshing() + { + this.set_from_stock( Gtk.Stock.REFRESH ); + } + class MenuA : Gtk.Menu {