From 7f402ad614bdc8caf63d1e9969efba66c2a0cfac Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 14 Aug 2017 10:34:23 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/StatusIcon.vala b/StatusIcon.vala index 8e902707..3d1e3598 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -72,14 +72,15 @@ public class StatusIconA : StatusIcon { menu.resume.hide(); menu.pause.show(); } - + // public void popup (Gtk.Widget? parent_menu_shell, Gtk.Widget? parent_menu_item, + // [CCode (scope = "async")] Gtk.MenuPositionFunc? func, uint button, uint32 activate_time); //Gtk.get_current_event_device () menu.popup( - null, + null, null, this.position_menu, - null, - 0, time // time + + button, time // time ); -- 2.39.2