Fix config filename to open

This commit is contained in:
Gergely Polonkai 2016-07-07 14:29:09 +00:00
parent b0d79bd576
commit af219eefdf
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ wmud_configuration_update_from_file(WmudConfiguration *configuration,
priv->key_file = g_key_file_new();
if (!g_key_file_load_from_file(priv->key_file,
filename,
priv->file_name,
G_KEY_FILE_NONE,
error)) {
return;