mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 03:46:21 +00:00
@@ -214,6 +214,11 @@ _prefs_load(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 0.12 started to remove `sourcepath`
|
||||||
|
if (g_key_file_has_key(prefs, PREF_GROUP_PLUGINS, "sourcepath", NULL)) {
|
||||||
|
g_key_file_remove_key(prefs, PREF_GROUP_PLUGINS, "sourcepath", NULL);
|
||||||
|
}
|
||||||
|
|
||||||
_save_prefs();
|
_save_prefs();
|
||||||
|
|
||||||
boolean_choice_ac = autocomplete_new();
|
boolean_choice_ac = autocomplete_new();
|
||||||
|
|||||||
Reference in New Issue
Block a user