--- panel-plugin/time-out.c.orig 2007-11-25 14:49:41.000000000 -0200 +++ panel-plugin/time-out.c 2007-11-25 14:49:31.000000000 -0200 @@ -728,6 +728,7 @@ time_out_save_settings (TimeOutPlugin *t 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);