summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@novell.com>2010-09-03 11:42:42 -0500
committerFederico Mena Quintero <federico@novell.com>2010-09-08 11:36:04 -0500
commit712b06c819758a05dd65f318e333c6a8f62361ac (patch)
treea372ff4c48661f6bae215907469d4577b8bc53d7 /plugins
parentb649cb2f2716f8ffb5f7595a4afd9ecbf983b214 (diff)
downloadgnome-settings-daemon-712b06c819758a05dd65f318e333c6a8f62361ac.tar.gz
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>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/xrandr/gsd-xrandr-manager.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/xrandr/gsd-xrandr-manager.c b/plugins/xrandr/gsd-xrandr-manager.c
index eafe968d..12f5c879 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);