mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 20:36:21 +00:00
Move prefs_remove_plugin to plugins_unload
This commit is contained in:
@@ -168,7 +168,9 @@ plugins_load(const char *const name)
|
||||
gboolean
|
||||
plugins_unload(const char *const name)
|
||||
{
|
||||
return FALSE;
|
||||
prefs_remove_plugin(name);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static gchar*
|
||||
|
||||
Reference in New Issue
Block a user