diff options
Diffstat (limited to 'src/ui/sidebarwidget.c')
-rw-r--r-- | src/ui/sidebarwidget.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/sidebarwidget.c b/src/ui/sidebarwidget.c index 19886964..25fa3f6a 100644 --- a/src/ui/sidebarwidget.c +++ b/src/ui/sidebarwidget.c | |||
@@ -635,6 +635,11 @@ static iBool processEvent_SidebarWidget_(iSidebarWidget *d, const SDL_Event *ev) | |||
635 | return iTrue; | 635 | return iTrue; |
636 | } | 636 | } |
637 | else if (isCommand_Widget(w, ev, "ident.reveal")) { | 637 | else if (isCommand_Widget(w, ev, "ident.reveal")) { |
638 | const iString *crtPath = | ||
639 | certificatePath_GmCerts(certs_App(), constHoverIdentity_SidebarWidget_(d)); | ||
640 | if (crtPath) { | ||
641 | revealPath_App(crtPath); | ||
642 | } | ||
638 | return iTrue; | 643 | return iTrue; |
639 | } | 644 | } |
640 | else if (equal_Command(cmd, "ident.delete")) { | 645 | else if (equal_Command(cmd, "ident.delete")) { |