From a2a8357e6ce1a8970af285ad2732c8ad3690a8b4 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Wed, 15 Feb 2017 19:49:49 +0100 Subject: [PATCH] Now always showing the decrypt button when errors occured. --- src/mainwindow.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainwindow.c b/src/mainwindow.c index 0d51e29..9f8e1bf 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -747,6 +747,7 @@ void mainWindow_switch_workspace(struct mainWindow *mainWindow, gchar *path, gbo mdiary_scanner->entries_failed, mdiary_scanner->entries_failed > 1 ? "ies" : "y"); mainWindow_show_error(mainWindow, temp); + gtk_widget_set_visible(mainWindow->buttonDecrypt, TRUE); g_free(temp); } } else {