Skip to content
Snippets Groups Projects
Commit 2458918c authored by Nick Schermer's avatar Nick Schermer
Browse files

Update shortcuts headers when removing a shortcut (bug #9651).

parent dbea7584
No related branches found
No related tags found
No related merge requests found
...@@ -1182,6 +1182,9 @@ thunar_shortcuts_model_remove_shortcut (ThunarShortcutsModel *model, ...@@ -1182,6 +1182,9 @@ thunar_shortcuts_model_remove_shortcut (ThunarShortcutsModel *model,
/* the shortcuts list was changed, so write the gtk bookmarks file */ /* the shortcuts list was changed, so write the gtk bookmarks file */
if (needs_save) if (needs_save)
thunar_shortcuts_model_save (model); thunar_shortcuts_model_save (model);
/* update header visibility */
thunar_shortcuts_model_header_visibility (model);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment