[Xfce4-commits] <xfce4-smartbookmark-plugin:master> Save config after destroying the dialog (bug #9523)
Landry Breuil
noreply at xfce.org
Sun Dec 30 18:28:01 CET 2012
Updating branch refs/heads/master
to 14dab798f15a2738bbce271590d93176ddf32e88 (commit)
from fd0efa33db5a940f905eaa56597293e21de6ce08 (commit)
commit 14dab798f15a2738bbce271590d93176ddf32e88
Author: Evangelos Foutras <evangelos at foutrelis.com>
Date: Sun Dec 30 18:25:28 2012 +0100
Save config after destroying the dialog (bug #9523)
Previously the config was only saved upon 'save' signal.
src/smartbookmark.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/smartbookmark.c b/src/smartbookmark.c
index fee3d19..b78d014 100644
--- a/src/smartbookmark.c
+++ b/src/smartbookmark.c
@@ -361,6 +361,7 @@ static void search_create_options(XfcePanelPlugin *plugin, t_search *search)
search_apply_options_cb(search);
gtk_widget_destroy(search->opt_dialog);
xfce_panel_plugin_unblock_menu(plugin);
+ search_write_config(plugin, search);
}
More information about the Xfce4-commits
mailing list