Now always showing the decrypt button when errors occured.

newfile
Markus Koch 2017-02-15 19:49:49 +01:00
parent 5604ff93d7
commit a2a8357e6c
1 changed files with 1 additions and 0 deletions

View File

@ -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 {