[mutter] MonitorConfig: switch to the real configuration file



commit 8ad5ccd2f865941c0dd7bc0aac62e42c95dbe40f
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sun Aug 18 01:09:33 2013 +0200

    MonitorConfig: switch to the real configuration file
    
    Forgot to do before pushing...

 src/core/monitor-config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/core/monitor-config.c b/src/core/monitor-config.c
index 6e208d9..420c670 100644
--- a/src/core/monitor-config.c
+++ b/src/core/monitor-config.c
@@ -190,7 +190,7 @@ meta_monitor_config_init (MetaMonitorConfig *self)
 
   filename = g_getenv ("MUTTER_MONITOR_FILENAME");
   if (filename == NULL)
-    filename = "monitors-test.xml"; /* FIXME after testing */
+    filename = "monitors.xml";
 
   path = g_build_filename (g_get_user_config_dir (), filename, NULL);
   self->file = g_file_new_for_path (path);


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