aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/links
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-03-04 17:48:09 +0000
committerGravatar Elvio Basello2008-03-04 17:48:09 +0000
commit4e0cfa02a4f884b3f54f476d596bacd1f34d6a50 (patch)
treeeda6b9d24fc6a9e3c8553abb205ce948737790e5 /src/modules/links
parentFix for a crash with shared files (diff)
downloadKVIrc-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/links')
-rw-r--r--src/modules/links/libkvilinks.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/links/libkvilinks.cpp b/src/modules/links/libkvilinks.cpp
index baf6ba69f..28c54b04c 100644
--- a/src/modules/links/libkvilinks.cpp
+++ b/src/modules/links/libkvilinks.cpp
@@ -61,7 +61,7 @@ KviPointerList<KviLinksWindow> * g_pLinksWindowList = 0;
static bool links_kvs_cmd_open(KviKvsModuleCommandCall * c)
-{
+{
// FIND ME
if(!c->window()->console())return c->context()->errorNoIrcContext();
@@ -95,7 +95,7 @@ static bool links_module_cleanup(KviModule *m)
{
while(g_pLinksWindowList->first())g_pLinksWindowList->first()->die();
delete g_pLinksWindowList;
- g_pLinksWindowList = 0;
+ g_pLinksWindowList = 0;
return true;
}