From 381d661c0dd106cc63756ccc29bf9520c503204d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 May 2014 21:55:32 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StatusIcon.vala b/StatusIcon.vala index 3a7fc30e..63feced3 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -45,7 +45,7 @@ class StatusIconA : StatusIcon { //title : 'gitlive', - this.stock = Gtk.STOCK_REFRESH; + this.stock = Gtk.Stock.REFRESH; this.tooltip_text = "GitLive"; this.title = "gitlive"; -- 2.39.2