[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 40/473: Fix not always saving configuration changes.

noreply at xfce.org noreply at xfce.org
Mon Feb 16 23:53:30 CET 2015


This is an automated email from the git hooks/post-receive script.

gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 0fd3922c1dbade4a3c7b1de12def832a30878027
Author: Graeme Gott <graeme at gottcode.org>
Date:   Fri Jun 28 08:54:50 2013 -0400

    Fix not always saving configuration changes.
---
 src/panel_plugin.cpp |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/panel_plugin.cpp b/src/panel_plugin.cpp
index 76338b7..4e6f2bb 100644
--- a/src/panel_plugin.cpp
+++ b/src/panel_plugin.cpp
@@ -90,6 +90,8 @@ PanelPlugin::PanelPlugin(XfcePanelPlugin* plugin) :
 
 PanelPlugin::~PanelPlugin()
 {
+	save();
+
 	delete m_menu;
 	m_menu = NULL;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list