[Xfce4-commits] <xfce4-places-plugin:master> Save config file when closing preferences dialog.

Andrzej noreply at xfce.org
Mon May 7 18:26:03 CEST 2012


Updating branch refs/heads/master
         to 960a3a9149881ab0e8d99b923b7e001300064863 (commit)
       from 35d69169916f15772fa117335492b4e34fb6c140 (commit)

commit 960a3a9149881ab0e8d99b923b7e001300064863
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Tue May 8 01:24:50 2012 +0900

    Save config file when closing preferences dialog.

 panel-plugin/cfg.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/panel-plugin/cfg.c b/panel-plugin/cfg.c
index 378bfa9..d8e151c 100644
--- a/panel-plugin/cfg.c
+++ b/panel-plugin/cfg.c
@@ -298,6 +298,7 @@ pcfg_dialog_close_cb(GtkDialog *dialog, gint response, PlacesCfg *cfg)
 {
     gtk_widget_destroy(GTK_WIDGET(dialog));
     xfce_panel_plugin_unblock_menu(cfg->plugin);
+    places_cfg_save(cfg);
 }
 
 static GtkWidget*


More information about the Xfce4-commits mailing list