diff options
Diffstat (limited to 'src/app.c')
-rw-r--r-- | src/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2794,7 +2794,7 @@ iBool handleCommand_App(const char *cmd) { | |||
2794 | if (parentId) { | 2794 | if (parentId) { |
2795 | get_Bookmarks(d->bookmarks, id)->parentId = parentId; | 2795 | get_Bookmarks(d->bookmarks, id)->parentId = parentId; |
2796 | } | 2796 | } |
2797 | postCommand_App("bookmarks.changed"); | 2797 | postCommandf_App("bookmarks.changed added:%zu", id); |
2798 | } | 2798 | } |
2799 | else { | 2799 | else { |
2800 | iWidget *dlg = makeValueInput_Widget( | 2800 | iWidget *dlg = makeValueInput_Widget( |