summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ui/sidebarwidget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/sidebarwidget.c b/src/ui/sidebarwidget.c
index cf5b1a1e..f08490a4 100644
--- a/src/ui/sidebarwidget.c
+++ b/src/ui/sidebarwidget.c
@@ -327,9 +327,9 @@ static void updateItems_SidebarWidget_(iSidebarWidget *d) {
327 { "Show Usage", 0, 0, "ident.showuse" }, 327 { "Show Usage", 0, 0, "ident.showuse" },
328 { "---", 0, 0, NULL }, 328 { "---", 0, 0, NULL },
329 { "Edit Notes...", 0, 0, "ident.edit" }, 329 { "Edit Notes...", 0, 0, "ident.edit" },
330 { "Pick Icon...", 0, 0, "ident.pickicon" }, 330// { "Pick Icon...", 0, 0, "ident.pickicon" },
331 { "---", 0, 0, NULL }, 331 { "---", 0, 0, NULL },
332 { "Reveal Files", 0, 0, "ident.reveal" }, 332 //{ "Reveal Files", 0, 0, "ident.reveal" },
333 { uiTextCaution_ColorEscape "Delete Identity...", 0, 0, "ident.delete confirm:1" }, 333 { uiTextCaution_ColorEscape "Delete Identity...", 0, 0, "ident.delete confirm:1" },
334 }; 334 };
335 d->menu = makeMenu_Widget(as_Widget(d), menuItems, iElemCount(menuItems)); 335 d->menu = makeMenu_Widget(as_Widget(d), menuItems, iElemCount(menuItems));