mirror of
https://github.com/brl/mutter.git
synced 2025-01-10 19:52:25 +00:00
MonitorConfig: switch to the real configuration file
Forgot to do before pushing...
This commit is contained in:
parent
115cc870c7
commit
8ad5ccd2f8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user