[Xfce4-commits] <xfce4-settings:bluesabre/display-settings> Do not save to Xfconf each time the treeview is refreshed
Simon Steinbeiss
noreply at xfce.org
Thu Oct 18 23:38:02 CEST 2012
Updating branch refs/heads/bluesabre/display-settings
to 62ee88f41a811cb3f89759507ea7d092ca065ed0 (commit)
from eeb7efe1c97bc5d93e07077612f1a99a11783535 (commit)
commit 62ee88f41a811cb3f89759507ea7d092ca065ed0
Author: Lionel Le Folgoc <lionel at lefolgoc.net>
Date: Wed Oct 17 15:42:42 2012 +0200
Do not save to Xfconf each time the treeview is refreshed
Signed-off-by: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
dialogs/display-settings/main.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/dialogs/display-settings/main.c b/dialogs/display-settings/main.c
index 57e27c8..107b4d9 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -1474,10 +1474,6 @@ display_settings_treeview_populate (GtkBuilder *builder)
lucent_display_icon = NULL;
- /* Save the current status of all outputs, if the user doesn't change
- * anything after, it means she's happy with that. */
- xfce_randr_save_all (xfce_randr, "Default", display_channel);
-
/* Walk all the connected outputs */
for (m = 0; m < xfce_randr->noutput; ++m)
{
More information about the Xfce4-commits
mailing list