diff options
| author | 2008-03-04 17:48:09 +0000 | |
|---|---|---|
| committer | 2008-03-04 17:48:09 +0000 | |
| commit | 4e0cfa02a4f884b3f54f476d596bacd1f34d6a50 (patch) | |
| tree | eda6b9d24fc6a9e3c8553abb205ce948737790e5 /src/modules/eventeditor/libkvieventeditor.cpp | |
| parent | Fix for a crash with shared files (diff) | |
| download | KVIrc-4e0cfa02a4f884b3f54f476d596bacd1f34d6a50.tar.gz KVIrc-4e0cfa02a4f884b3f54f476d596bacd1f34d6a50.tar.bz2 KVIrc-4e0cfa02a4f884b3f54f476d596bacd1f34d6a50.zip | |
some little fixes around;
fixed docs;
bumped version to 3.4.0
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1183 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/eventeditor/libkvieventeditor.cpp')
| -rw-r--r-- | src/modules/eventeditor/libkvieventeditor.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/modules/eventeditor/libkvieventeditor.cpp b/src/modules/eventeditor/libkvieventeditor.cpp index d4b5d0c4d..9113c791f 100644 --- a/src/modules/eventeditor/libkvieventeditor.cpp +++ b/src/modules/eventeditor/libkvieventeditor.cpp @@ -44,7 +44,7 @@ KviEventEditorWindow * g_pEventEditorWindow = 0; */ static bool eventeditor_kvs_cmd_open(KviKvsModuleCommandCall * c) -{ +{ if(!g_pEventEditorWindow) { g_pEventEditorWindow = new KviEventEditorWindow(c->window()->frame()); @@ -55,8 +55,6 @@ static bool eventeditor_kvs_cmd_open(KviKvsModuleCommandCall * c) return true; } - - static bool eventeditor_module_init(KviModule * m) { @@ -74,7 +72,7 @@ static bool eventeditor_module_can_unload(KviModule * m) static bool eventeditor_module_cleanup(KviModule *m) { if(g_pEventEditorWindow)delete g_pEventEditorWindow; - g_pEventEditorWindow = 0; + g_pEventEditorWindow = 0; return true; } |
