Typo fix in configuration.c that prevented configuration loading.
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
parent
d1f761fe49
commit
419321d9b9
@ -86,7 +86,7 @@ wmud_config_init(ConfigData **config_data, GError **err)
|
||||
if (!config_data)
|
||||
return FALSE;
|
||||
|
||||
if (!*config_data)
|
||||
if (*config_data)
|
||||
{
|
||||
g_clear_error(err);
|
||||
g_set_error(err, WMUD_CONFIG_ERROR, WMUD_CONFIG_ERROR_REUSE, "Configuration pointer reuse. Please file a bug report!");
|
||||
|
Loading…
Reference in New Issue
Block a user