[gnome-settings-daemon] Don't use the Stored/custom configuration type in the XF86Display cycle
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] Don't use the Stored/custom configuration type in the XF86Display cycle
- Date: Fri, 3 Sep 2010 16:42:36 +0000 (UTC)
commit 6e819cb70e0e0efd1eeacb743984240f42c3b85a
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]