[Xfce4-commits] <xfce4-embed-plugin:master> Fix unblock problem
Nick Schermer
noreply at xfce.org
Sun Jan 1 21:44:07 CET 2012
Updating branch refs/heads/master
to 92f8588f8b76bfebbce71614ccec4ba137822eb9 (commit)
from 58cdcf7f797c9b916231d694481a406395ef01f0 (commit)
commit 92f8588f8b76bfebbce71614ccec4ba137822eb9
Author: Nick Schermer <nick at xfce.org>
Date: Wed Dec 20 17:28:29 2006 +0000
Fix unblock problem
(Old svn revision: 2260)
panel-plugin/sample-dialogs.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/panel-plugin/sample-dialogs.c b/panel-plugin/sample-dialogs.c
index 2f4b939..7bb25e3 100644
--- a/panel-plugin/sample-dialogs.c
+++ b/panel-plugin/sample-dialogs.c
@@ -54,6 +54,9 @@ sample_configure_response (GtkWidget *dialog,
{
/* remove the dialog data from the plugin */
g_object_set_data (G_OBJECT (sample->plugin), "dialog", NULL);
+
+ /* unlock the panel menu */
+ xfce_panel_plugin_unblock_menu (sample->plugin);
/* save the plugin */
sample_save (sample->plugin, sample);
More information about the Xfce4-commits
mailing list