[gnome-settings-daemon/gnome-2-32] Don't use the Stored/custom configuration type in the XF86Display cycle



commit 712b06c819758a05dd65f318e333c6a8f62361ac
Author: Federico Mena Quintero <federico novell com>
Date:   Fri Sep 3 11:42:42 2010 -0500

    Don't use the Stored/custom configuration type in the XF86Display cycle
    
    We just cycle between the stock configurations.  There is no way for the user
    to know what is actually stored on disk, so we try to be dumb-but-predictable
    rather than not-always-really-smart.
    
    Signed-off-by: Federico Mena Quintero <federico novell com>

 plugins/xrandr/gsd-xrandr-manager.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/plugins/xrandr/gsd-xrandr-manager.c b/plugins/xrandr/gsd-xrandr-manager.c
index eafe968..12f5c87 100644
--- a/plugins/xrandr/gsd-xrandr-manager.c
+++ b/plugins/xrandr/gsd-xrandr-manager.c
@@ -921,7 +921,6 @@ generate_fn_f7_configs (GsdXrandrManager *mgr)
         g_ptr_array_add (array, make_xinerama_setup (screen));
         g_ptr_array_add (array, make_laptop_setup (screen));
         g_ptr_array_add (array, make_other_setup (screen));
-        g_ptr_array_add (array, gnome_rr_config_new_stored (screen, NULL)); /* NULL-GError - if this can't read the stored config, no big deal */
 
         array = sanitize (mgr, array);
 



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