[Xfce4-commits] <xfce4-panel:devel> Fix the default value of the separator plugin.
Nick Schermer
nick at xfce.org
Tue Aug 11 20:30:08 CEST 2009
Updating branch refs/heads/devel
to 5f3452b083b9f79cd51627b21ccfc84bc29b81cd (commit)
from 236c4a5238ab3d8111a09fe3bfefeca1c6ba14e9 (commit)
commit 5f3452b083b9f79cd51627b21ccfc84bc29b81cd
Author: Nick Schermer <nick at xfce.org>
Date: Fri Mar 13 21:13:39 2009 +0100
Fix the default value of the separator plugin.
plugins/separator/separator.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugins/separator/separator.c b/plugins/separator/separator.c
index 1e33d09..74087b2 100644
--- a/plugins/separator/separator.c
+++ b/plugins/separator/separator.c
@@ -142,8 +142,8 @@ separator_plugin_class_init (SeparatorPluginClass *klass)
static void
separator_plugin_init (SeparatorPlugin *plugin)
{
- /* init, draw nothing */
- plugin->style = SEPARATOR_PLUGIN_STYLE_TRANSPARENT;
+ /* initialize */
+ plugin->style = SEPARATOR_PLUGIN_STYLE_SEPARATOR;
/* show the properties dialog */
xfce_panel_plugin_menu_show_configure (XFCE_PANEL_PLUGIN (plugin));
More information about the Xfce4-commits
mailing list