[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 01/09: Fix not always saving configuration changes.
noreply at xfce.org
noreply at xfce.org
Sat Aug 20 18:33:26 CEST 2016
This is an automated email from the git hooks/post-receive script.
gottcode pushed a commit to annotated tag v1.0.2
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 0a41274c3df8a008ecbea2a49a5863613000e62e
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 b29ca41..7a11289 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 = nullptr;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list