[Xfce4-commits] <xfce4-notes-plugin:master> Damn I forgot the return in the GTimeout operation

Mike Massonnet noreply at xfce.org
Sat Dec 19 12:04:01 CET 2009


Updating branch refs/heads/master
         to 0877230c9e3f04ef216c3ef783ad614f86e7b1d2 (commit)
       from 65f5ea564bd237dce183d896527e505d91a04e96 (commit)

commit 0877230c9e3f04ef216c3ef783ad614f86e7b1d2
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Sat Dec 19 12:01:32 2009 +0100

    Damn I forgot the return in the GTimeout operation

 ChangeLog                           |    4 ++++
 panel-plugin/xfce4-notes-settings.c |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f20ca07..c7e8081 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-12-19  Mike Massonnet <mmassonnet at xfce.org>
 
+Damn I forgot the return in the GTimeout operation
+
+2009-12-19  Mike Massonnet <mmassonnet at xfce.org>
+
 Postone the background-color setting change
 	* panel-plugin/xfce4-notes-settings.c:
 	  - When updating the gtkrc file that defines the colors for the
diff --git a/panel-plugin/xfce4-notes-settings.c b/panel-plugin/xfce4-notes-settings.c
index 2a71242..863b7d5 100644
--- a/panel-plugin/xfce4-notes-settings.c
+++ b/panel-plugin/xfce4-notes-settings.c
@@ -397,6 +397,7 @@ timeout_cb_background_changed (gchar *color)
   xfconf_channel_set_string (xfconf_channel, "/global/background-color", color);
   gdk_color_parse (color, &gdkcolor);
   gtk_color_button_set_color (GTK_COLOR_BUTTON (color_button), &gdkcolor);
+  return FALSE;
 }
 
 static GtkWidget *



More information about the Xfce4-commits mailing list