From 4ffe658447c06cb16555e4024e4521e4bb72b13a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 May 2014 21:48:31 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/StatusIcon.vala b/StatusIcon.vala index 9770850e..4cd4349a 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -153,9 +153,12 @@ class StatusIconA : StatusIcon { this.activate.connect( () => { this.parent.parent.paused = true; - imports.GitMonitor.GitMonitor.stop(); + + statusicon.paused = true; + + //GitMonitor.GitMonitor.stop(); // this.el.label = status ? 'Resume' : 'Pause'; - this.parent.parent.el.set_from_stock( Gtk.STOCK_MEDIA_PAUSE ); + statusicon.el.set_from_stock( Gtk.STOCK_MEDIA_PAUSE ); }) -- 2.39.2