summaryrefslogtreecommitdiff
path: root/extra/xfce4-smartbookmark-plugin/fix-config-write.patch
blob: 0f5a25f4f46cec7fe50a4e941523b8f92d1dc63e (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -upr xfce4-smartbookmark-plugin-0.4.4.orig/src/smartbookmark.c xfce4-smartbookmark-plugin-0.4.4/src/smartbookmark.c
--- xfce4-smartbookmark-plugin-0.4.4.orig/src/smartbookmark.c	2012-11-19 22:24:16.000000000 +0200
+++ xfce4-smartbookmark-plugin-0.4.4/src/smartbookmark.c	2012-11-19 22:24:42.000000000 +0200
@@ -365,6 +365,7 @@ static void search_create_options(XfcePa
     search_apply_options_cb(search);
     gtk_widget_destroy(search->opt_dialog);
     xfce_panel_plugin_unblock_menu(plugin);
+    search_write_config(plugin, search);
 }