don't append .config to %LOCALAPPDATA%\<ProgramName>\

::user_config_directory() could use some general cleanup
an x-platform consolidation, but today is not the day.
This commit is contained in:
Robin Gareus 2014-12-22 23:04:23 +01:00
parent a3fcc02644
commit c404ef9856

View file

@ -70,8 +70,10 @@ user_config_directory ()
exit (1);
}
#ifndef PLATFORM_WINDOWS
p = home_dir;
p = Glib::build_filename (p, ".config");
#endif
}
#endif