mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Add 's' to make the preference file read
This commit is contained in:
parent
5356118147
commit
ba0438607c
@ -413,13 +413,13 @@ prefs_set_splash(gboolean value)
|
||||
gboolean
|
||||
prefs_get_notify_status(void)
|
||||
{
|
||||
return g_key_file_get_boolean(prefs, "notification", "status", NULL);
|
||||
return g_key_file_get_boolean(prefs, "notifications", "status", NULL);
|
||||
}
|
||||
|
||||
void
|
||||
prefs_set_notify_status(gboolean value)
|
||||
{
|
||||
g_key_file_set_boolean(prefs, "notification", "status", value);
|
||||
g_key_file_set_boolean(prefs, "notifications", "status", value);
|
||||
_save_prefs();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user