diff options
author | Marco Trevisan (TreviƱo) <mail@3v1n0.net> | 2013-05-02 18:29:47 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-05-02 18:29:47 +0000 |
commit | 1f62dd9abb5ca1f20e1ce19193d0d2dd3b99a67d (patch) | |
tree | 0fef7f29b9d27177789241af405beeb11a49a8d6 /src/im-app-menu-item.c | |
parent | dbeec9ceb74e60badf4b695e8fb023fb3f70c99b (diff) | |
parent | 6a3dad7dbe2004c8b3c92f914b01e181b5adb646 (diff) | |
download | ayatana-indicator-messages-1f62dd9abb5ca1f20e1ce19193d0d2dd3b99a67d.tar.gz ayatana-indicator-messages-1f62dd9abb5ca1f20e1ce19193d0d2dd3b99a67d.tar.bz2 ayatana-indicator-messages-1f62dd9abb5ca1f20e1ce19193d0d2dd3b99a67d.zip |
AppSection: Use the Launch Context with proper activate event timestamp to exec the libindicator shortcut nicks. Fixes: https://bugs.launchpad.net/bugs/1164483.
Approved by Mathieu Trudel-Lapierre, PS Jenkins bot.
Diffstat (limited to 'src/im-app-menu-item.c')
-rw-r--r-- | src/im-app-menu-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-app-menu-item.c b/src/im-app-menu-item.c index afd21be..03b11c2 100644 --- a/src/im-app-menu-item.c +++ b/src/im-app-menu-item.c @@ -240,7 +240,7 @@ im_app_menu_item_activate (GtkMenuItem *item) if (priv->action && priv->action_group) { guint32 event_time = gtk_get_current_event_time (); - g_action_group_activate_action (priv->action_group, priv->action, g_variant_new_uint32(event_time)); + g_action_group_activate_action (priv->action_group, priv->action, g_variant_new_uint32 (event_time)); } } |