[Goodies-commits] r2795 - in xfce4-time-out-plugin/trunk: . panel-plugin

Jannis Pohlmann jannis at xfce.org
Tue May 29 21:31:05 CEST 2007


Author: jannis
Date: 2007-05-29 19:31:04 +0000 (Tue, 29 May 2007)
New Revision: 2795

Modified:
   xfce4-time-out-plugin/trunk/ChangeLog
   xfce4-time-out-plugin/trunk/panel-plugin/time-out.c
Log:
	* panel-plugin/time-out.c: Save settings when the 'Enabled'
	  checkbox in the panel menu has been toggled.


Modified: xfce4-time-out-plugin/trunk/ChangeLog
===================================================================
--- xfce4-time-out-plugin/trunk/ChangeLog	2007-05-29 00:50:07 UTC (rev 2794)
+++ xfce4-time-out-plugin/trunk/ChangeLog	2007-05-29 19:31:04 UTC (rev 2795)
@@ -1,3 +1,8 @@
+2007-05-29	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugin/time-out.c: Save settings when the 'Enabled'
+	  checkbox in the panel menu has been toggled.
+
 2007-05-06	Jannis Pohlmann <jannis at xfce.org>
 
 	* panel-plugin/time-out.c: Fix XfceRc being opened read-only

Modified: xfce4-time-out-plugin/trunk/panel-plugin/time-out.c
===================================================================
--- xfce4-time-out-plugin/trunk/panel-plugin/time-out.c	2007-05-29 00:50:07 UTC (rev 2794)
+++ xfce4-time-out-plugin/trunk/panel-plugin/time-out.c	2007-05-29 19:31:04 UTC (rev 2795)
@@ -315,6 +315,9 @@
       /* Pause break countdown */
       time_out_countdown_pause (time_out->break_countdown);
     }
+
+  /* Save plugin configuration */
+  time_out_save_settings (time_out);
 }
 
 




More information about the Goodies-commits mailing list