[Xfce4-commits] <xfce4-settings:master> Do not save to Xfconf each time the treeview is refreshed

Nick Schermer noreply at xfce.org
Sun Oct 28 10:45:01 CET 2012


Updating branch refs/heads/master
         to 46cfd99b570344910f36f96c1d331f78522d5b8b (commit)
       from b14b00b0d6997b16a89ca0a4ac64860bc71862b3 (commit)

commit 46cfd99b570344910f36f96c1d331f78522d5b8b
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