1
0
Fork 0

MonitorConfig: switch to the real configuration file

Forgot to do before pushing...
This commit is contained in:
Giovanni Campagna 2013-08-18 01:09:33 +02:00
parent 115cc870c7
commit 8ad5ccd2f8

View file

@ -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);