[gnome-settings-daemon/docking-stations] Don't save the configuration when auto-configuring



commit 6172ab2137cc7a3bbcb3d8677bfe2972249836ba
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Nov 16 13:05:48 2011 -0600

    Don't save the configuration when auto-configuring
    
    In all cases, autoconfiguration is done in response to a change that wasn't
    explicitly requested by the user.  So, we don't save the configuration in this case.
    
    Signed-off-by: Federico Mena Quintero <federico gnome org>

 plugins/xrandr/gsd-xrandr-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/xrandr/gsd-xrandr-manager.c b/plugins/xrandr/gsd-xrandr-manager.c
index b9f92c3..c43cb1c 100644
--- a/plugins/xrandr/gsd-xrandr-manager.c
+++ b/plugins/xrandr/gsd-xrandr-manager.c
@@ -1619,7 +1619,7 @@ auto_configure_outputs (GsdXrandrManager *manager, guint32 timestamp)
         config = make_xinerama_setup (manager, priv->rw_screen);
         if (config) {
                 print_configuration (config, "auto-configure - xinerama mode");
-                apply_configuration (manager, config, timestamp, TRUE, TRUE);
+                apply_configuration (manager, config, timestamp, TRUE, FALSE);
                 g_object_unref (config);
         } else {
                 g_debug ("No applicable configuration found during auto-configure");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]