From 0e72132cb726165c173f3e5cf6da7f5c566817e2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 May 2014 21:43:48 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/StatusIcon.vala b/StatusIcon.vala index 8555fa60..f2963da0 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -100,15 +100,15 @@ class StatusIconA : StatusIcon { this.menu.show_all(); if (this.paused) { - this.menu.resume.show(); - this.menu.pause.hide(); + menu.resume.show(); + menu.pause.hide(); } else { - this.menu.resume.hide(); - this.menu.pause.show(); + menu.resume.hide(); + menu.pause.show(); } //Gtk.get_current_event_device () - this.menu.popup( + menu.popup( null, null, null, button, -- 2.39.2