aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/notifier/libkvinotifier.cpp
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/notifier/libkvinotifier.cpp
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/notifier/libkvinotifier.cpp')
-rw-r--r--src/modules/notifier/libkvinotifier.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/notifier/libkvinotifier.cpp b/src/modules/notifier/libkvinotifier.cpp
index 5deb62778..e513f439f 100644
--- a/src/modules/notifier/libkvinotifier.cpp
+++ b/src/modules/notifier/libkvinotifier.cpp
@@ -113,7 +113,7 @@ kvi_time_t g_tNotifierDisabledUntil = 0;
*/
static bool notifier_kvs_cmd_message(KviKvsModuleCommandCall * c)
-{
+{
QString szMessage;
KVSM_PARAMETERS_BEGIN(c)
KVSM_PARAMETER("message",KVS_PT_STRING,0,szMessage)
@@ -184,7 +184,7 @@ static bool notifier_kvs_cmd_message(KviKvsModuleCommandCall * c)
*/
static bool notifier_kvs_cmd_hide(KviKvsModuleCommandCall * c)
-{
+{
if(g_pNotifierWindow) g_pNotifierWindow->doHide(!(c->hasSwitch('n',"notanimated")));
return true;
}
@@ -214,7 +214,7 @@ static bool notifier_kvs_cmd_hide(KviKvsModuleCommandCall * c)
*/
static bool notifier_kvs_cmd_show(KviKvsModuleCommandCall * c)
-{
+{
if(!g_pNotifierWindow)return true;
if(!g_pNotifierWindow->countTabs())return true;