From ed6a051a89b02737d3fbcaa8f0d6b5ddb225af58 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 14 Aug 2017 10:44:14 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 5 +++++ 1 file changed, 5 insertions(+) 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 { -- 2.39.2