diff options
Diffstat (limited to 'src/app.c')
-rw-r--r-- | src/app.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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_); |