[Xfce4-commits] <xfce4-time-out-plugin:master> Properly save the "allow postpone" option
Florian Rivoal
noreply at xfce.org
Sun Nov 7 13:10:01 CET 2010
Updating branch refs/heads/master
to 5417e072f6fe66493ceefeb22dc3102cf5f573cf (commit)
from 77e99cb714a0007eb956c3cfc53060a9a0d33c85 (commit)
commit 5417e072f6fe66493ceefeb22dc3102cf5f573cf
Author: Florian Rivoal <frivoal at xfce.org>
Date: Sun Nov 7 21:09:51 2010 +0900
Properly save the "allow postpone" option
panel-plugin/time-out.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/panel-plugin/time-out.c b/panel-plugin/time-out.c
index 3e77371..40dd489 100644
--- a/panel-plugin/time-out.c
+++ b/panel-plugin/time-out.c
@@ -798,6 +798,7 @@ time_out_save_settings (TimeOutPlugin *time_out)
xfce_rc_write_bool_entry (rc, "display-seconds", time_out->display_seconds);
xfce_rc_write_bool_entry (rc, "display-hours", time_out->display_hours);
xfce_rc_write_bool_entry (rc, "display-time", time_out->display_time);
+ xfce_rc_write_bool_entry (rc, "allow-postpone", time_out->allow_postpone);
/* Close file handle */
xfce_rc_close (rc);
More information about the Xfce4-commits
mailing list