From 492c07eb59160bcd94cf9353c5566f63d90f0807 Mon Sep 17 00:00:00 2001 From: Alexander Schwinn <alexxcons@xfce.org> Date: Fri, 19 Mar 2021 23:49:21 +0100 Subject: [PATCH] Added missing separator Followup of 83ac3e389fce49f12882ce10350e0e1ad8db0f16 --- thunar/thunar-shortcuts-view.c | 1 + 1 file changed, 1 insertion(+) diff --git a/thunar/thunar-shortcuts-view.c b/thunar/thunar-shortcuts-view.c index 85daaccc5..a76d3ee98 100644 --- a/thunar/thunar-shortcuts-view.c +++ b/thunar/thunar-shortcuts-view.c @@ -1294,6 +1294,7 @@ thunar_shortcuts_view_context_menu (ThunarShortcutsView *view, if (group == THUNAR_SHORTCUT_GROUP_PLACES_BOOKMARKS) { + xfce_gtk_menu_append_seperator (GTK_MENU_SHELL (context_menu)); item = xfce_gtk_menu_item_new_from_action_entry (get_action_entry (THUNAR_SHORTCUTS_VIEW_ACTION_REMOVE_BOOKMARK), G_OBJECT (model), GTK_MENU_SHELL (context_menu)); g_object_set_data_full (G_OBJECT (item), I_("thunar-shortcuts-row"), gtk_tree_row_reference_new (model, path), -- GitLab