summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app.c b/src/app.c
index d6cd34a8..3a86150f 100644
--- a/src/app.c
+++ b/src/app.c
@@ -1176,6 +1176,10 @@ iBool handleCommand_App(const char *cmd) {
1176 postCommand_App("focus.set id:bmed.title"); 1176 postCommand_App("focus.set id:bmed.title");
1177 return iTrue; 1177 return iTrue;
1178 } 1178 }
1179 else if (equal_Command(cmd, "bookmarks.changed")) {
1180 save_Bookmarks(d->bookmarks, dataDir_App_);
1181 return iFalse;
1182 }
1179 else if (equal_Command(cmd, "ident.new")) { 1183 else if (equal_Command(cmd, "ident.new")) {
1180 iWidget *dlg = makeIdentityCreation_Widget(); 1184 iWidget *dlg = makeIdentityCreation_Widget();
1181 setCommandHandler_Widget(dlg, handleIdentityCreationCommands_); 1185 setCommandHandler_Widget(dlg, handleIdentityCreationCommands_);