aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/system/libkvisystem.cpp
diff options
context:
space:
mode:
authorGravatar TheXception2007-04-29 11:37:12 +0000
committerGravatar TheXception2007-04-29 11:37:12 +0000
commit516f07ced40840d388d50fa9948570d4d8e6ad65 (patch)
tree5aad4c9172f5354be3cd3298f5da11955e3178b8 /src/modules/system/libkvisystem.cpp
parent*AUTOMATICALLY* updated KVI_SOURCES_DATE variable (diff)
downloadKVIrc-516f07ced40840d388d50fa9948570d4d8e6ad65.tar.gz
KVIrc-516f07ced40840d388d50fa9948570d4d8e6ad65.tar.bz2
KVIrc-516f07ced40840d388d50fa9948570d4d8e6ad65.zip
added _canunload + more doc + small fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@542 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/system/libkvisystem.cpp')
-rw-r--r--src/modules/system/libkvisystem.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}