summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.c b/src/app.c
index 3107cda3..11c79bcb 100644
--- a/src/app.c
+++ b/src/app.c
@@ -2103,6 +2103,7 @@ iBool handleCommand_App(const char *cmd) {
2103 iCertImportWidget *imp = new_CertImportWidget(); 2103 iCertImportWidget *imp = new_CertImportWidget();
2104 setPageContent_CertImportWidget(imp, sourceContent_DocumentWidget(document_App())); 2104 setPageContent_CertImportWidget(imp, sourceContent_DocumentWidget(document_App()));
2105 addChild_Widget(d->window->root, iClob(imp)); 2105 addChild_Widget(d->window->root, iClob(imp));
2106 finalizeSheet_Widget(as_Widget(imp));
2106 postRefresh_App(); 2107 postRefresh_App();
2107 return iTrue; 2108 return iTrue;
2108 } 2109 }