From 8ad5ccd2f865941c0dd7bc0aac62e42c95dbe40f Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Sun, 18 Aug 2013 01:09:33 +0200 Subject: [PATCH] MonitorConfig: switch to the real configuration file Forgot to do before pushing... --- src/core/monitor-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/monitor-config.c b/src/core/monitor-config.c index 6e208d97d..420c670b6 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);