diff options
author | 2007-05-31 07:28:42 +0000 | |
---|---|---|
committer | 2007-05-31 07:28:42 +0000 | |
commit | 9038132e1f4480bcd9ad3c7598527e21d3c202b6 (patch) | |
tree | 50c7c5e7ea7746f31c570ce1920ca4cf9f65b231 /xfce-extra/xfce4-time-out/files | |
parent | Initial commit. (diff) | |
download | historical-9038132e1f4480bcd9ad3c7598527e21d3c202b6.tar.gz historical-9038132e1f4480bcd9ad3c7598527e21d3c202b6.tar.bz2 historical-9038132e1f4480bcd9ad3c7598527e21d3c202b6.zip |
Patch from upstream trunk to save settings on enable.
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'xfce-extra/xfce4-time-out/files')
-rw-r--r-- | xfce-extra/xfce4-time-out/files/digest-xfce4-time-out-0.1.0-r1 (renamed from xfce-extra/xfce4-time-out/files/digest-xfce4-time-out-0.1.0) | 0 | ||||
-rw-r--r-- | xfce-extra/xfce4-time-out/files/xfce4-time-out-0.1.0-save-settings.patch | 27 |
2 files changed, 27 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-time-out/files/digest-xfce4-time-out-0.1.0 b/xfce-extra/xfce4-time-out/files/digest-xfce4-time-out-0.1.0-r1 index 0d911dc0847b..0d911dc0847b 100644 --- a/xfce-extra/xfce4-time-out/files/digest-xfce4-time-out-0.1.0 +++ b/xfce-extra/xfce4-time-out/files/digest-xfce4-time-out-0.1.0-r1 diff --git a/xfce-extra/xfce4-time-out/files/xfce4-time-out-0.1.0-save-settings.patch b/xfce-extra/xfce4-time-out/files/xfce4-time-out-0.1.0-save-settings.patch new file mode 100644 index 000000000000..b9e8041117c4 --- /dev/null +++ b/xfce-extra/xfce4-time-out/files/xfce4-time-out-0.1.0-save-settings.patch @@ -0,0 +1,27 @@ +Index: ChangeLog +=================================================================== +--- ChangeLog (revision 2751) ++++ ChangeLog (revision 2795) +@@ -1,3 +1,8 @@ ++2007-05-29 Jannis Pohlmann <jannis@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@xfce.org> + + * panel-plugin/time-out.c: Fix XfceRc being opened read-only +Index: panel-plugin/time-out.c +=================================================================== +--- panel-plugin/time-out.c (revision 2751) ++++ panel-plugin/time-out.c (revision 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); + } + + |