[Xfce4-commits] <xfce4-panel:nick/background> Drop debug option.
Nick Schermer
noreply at xfce.org
Sun May 9 14:08:03 CEST 2010
Updating branch refs/heads/nick/background
to 3e035afb3bb2a777bd6d543ceeeea8dc844b01b6 (commit)
from beecbfba2c486a2eda266ef82eafd7d8eb26eae2 (commit)
commit 3e035afb3bb2a777bd6d543ceeeea8dc844b01b6
Author: Nick Schermer <nick at xfce.org>
Date: Sun May 9 14:07:02 2010 +0200
Drop debug option.
wrapper/wrapper-plug.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/wrapper/wrapper-plug.c b/wrapper/wrapper-plug.c
index bd21c8d..8b2b1fc 100644
--- a/wrapper/wrapper-plug.c
+++ b/wrapper/wrapper-plug.c
@@ -230,7 +230,7 @@ wrapper_plug_set_background_color (WrapperPlug *plug,
if (color_string != NULL
&& gdk_color_parse (color_string, &color))
plug->background_color = gdk_color_copy (&color);
-g_message ("got color %p", plug->background_color);
+
gtk_widget_queue_draw (GTK_WIDGET (plug));
}
More information about the Xfce4-commits
mailing list