1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Transform url.open.cmd to new default scheme

Additionally to:
7de83217c4
1e2a288d80
This commit is contained in:
Michael Vetter 2020-07-02 11:14:27 +02:00
parent 6ada720e18
commit 322caf877e

View File

@ -169,7 +169,7 @@ static void _prefs_load(void)
value = g_string_append(value, val);
value = g_string_append(value, " %u;");
g_key_file_set_string(prefs, PREF_GROUP_EXECUTABLES, "url.open.cmd", value->str);
g_key_file_set_locale_string(prefs, PREF_GROUP_EXECUTABLES, "url.open.cmd", "DEF", value->str);
g_key_file_remove_key(prefs, PREF_GROUP_LOGGING, "urlopen.cmd", NULL);
g_string_free(value, TRUE);