diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-accounts-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index 79c4369de..3dc600a89 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -1556,7 +1556,7 @@ accounts_dialog_treeview_button_press_event_cb (GtkTreeView *view, gtk_tree_model_get (model, &iter, COL_ACCOUNT, &account, -1); /* Create the menu */ - menu = gtk_menu_new (); + menu = empathy_context_menu_new (GTK_WIDGET (view)); /* Get images for menu items */ image_enable = gtk_image_new_from_icon_name (empathy_icon_name_for_presence ( |