[nautilus/wip/corey/sidebar-menus: 3/5] sidebar: Fix typo in action "bookmark"
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/corey/sidebar-menus: 3/5] sidebar: Fix typo in action "bookmark"
- Date: Tue, 30 Aug 2022 22:57:13 +0000 (UTC)
commit 2dd57a54a753a4b3911c09ecf7461f07960593af
Author: Corey Berla <corey berla me>
Date: Tue Aug 30 14:06:24 2022 -0700
sidebar: Fix typo in action "bookmark"
Menu item was set to "add-bookmark" so this was never enabled
because the action was nonexistent.
Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/2461
src/gtk/nautilusgtkplacessidebar.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gtk/nautilusgtkplacessidebar.c b/src/gtk/nautilusgtkplacessidebar.c
index 9ba3e0c99..e896ac7b8 100644
--- a/src/gtk/nautilusgtkplacessidebar.c
+++ b/src/gtk/nautilusgtkplacessidebar.c
@@ -3329,7 +3329,7 @@ create_row_popover (NautilusGtkPlacesSidebar *sidebar,
g_object_unref (section);
section = g_menu_new ();
- item = g_menu_item_new (_("_Add Bookmark"), "row.add-bookmark");
+ item = g_menu_item_new (_("_Add Bookmark"), "row.bookmark");
g_menu_append_item (section, item);
g_object_unref (item);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]