From 2458918c352addf566ec8e187892307176b71d44 Mon Sep 17 00:00:00 2001 From: Nick Schermer <nick@xfce.org> Date: Thu, 27 Dec 2012 12:08:51 +0100 Subject: [PATCH] Update shortcuts headers when removing a shortcut (bug #9651). --- thunar/thunar-shortcuts-model.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/thunar/thunar-shortcuts-model.c b/thunar/thunar-shortcuts-model.c index 605d5a491..5f6ab6262 100644 --- a/thunar/thunar-shortcuts-model.c +++ b/thunar/thunar-shortcuts-model.c @@ -1182,6 +1182,9 @@ thunar_shortcuts_model_remove_shortcut (ThunarShortcutsModel *model, /* the shortcuts list was changed, so write the gtk bookmarks file */ if (needs_save) thunar_shortcuts_model_save (model); + + /* update header visibility */ + thunar_shortcuts_model_header_visibility (model); } } -- GitLab