summaryrefslogtreecommitdiff
path: root/src/gui/panels/bookmarks.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-01-27 22:51:43 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-01-27 22:51:43 (GMT)
commit7640b28691817aea89fc5a5dd5e74fd0b40c516f (patch)
tree5b8dc6b6746575fb4bbfcefff36fc9af5f6a2c17 /src/gui/panels/bookmarks.c
parent56b84c3624c59c8a1796bf411b7ba950d12ddfc5 (diff)
Made the menu bar appear and disappear in the same way Firefox does.
Diffstat (limited to 'src/gui/panels/bookmarks.c')
-rw-r--r--src/gui/panels/bookmarks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/panels/bookmarks.c b/src/gui/panels/bookmarks.c
index b58fbc5..5eb018b 100644
--- a/src/gui/panels/bookmarks.c
+++ b/src/gui/panels/bookmarks.c
@@ -1098,7 +1098,7 @@ static GtkMenu *build_bookmarks_panel_menu(GBookmarksPanel *panel)
GtkWidget *result; /* Support à retourner */
GtkWidget *submenuitem; /* Sous-élément de menu */
- result = gtk_menu_new();
+ result = qck_create_menu(NULL);
submenuitem = qck_create_menu_item(NULL, NULL, _("Edit"), G_CALLBACK(mcb_bookmarks_panel_edit), panel);
gtk_container_add(GTK_CONTAINER(result), submenuitem);