From 516f07ced40840d388d50fa9948570d4d8e6ad65 Mon Sep 17 00:00:00 2001 From: TheXception Date: Sun, 29 Apr 2007 11:37:12 +0000 Subject: added _canunload + more doc + small fix git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@542 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/system/libkvisystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/system/libkvisystem.cpp') diff --git a/src/modules/system/libkvisystem.cpp b/src/modules/system/libkvisystem.cpp index 1fd5ac219..2f3351b58 100644 --- a/src/modules/system/libkvisystem.cpp +++ b/src/modules/system/libkvisystem.cpp @@ -724,7 +724,7 @@ static bool system_module_init(KviModule * m) static bool system_module_cleanup(KviModule *m) { - g_pPluginManager->unloadAll(true); + g_pPluginManager->unloadAll(); delete g_pPluginManager; return true; } -- cgit v1.3.1-10-gc9f91