aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Noldor2008-10-18 22:37:19 +0000
committerGravatar Noldor2008-10-18 22:37:19 +0000
commitf80a3000e39f3ec6f73da608601a26e4e8792b92 (patch)
tree169aff2fd48ad7bff795e40ccd3a1e10b83aaa11
parentfixed compilation (diff)
downloadKVIrc-f80a3000e39f3ec6f73da608601a26e4e8792b92.tar.gz
KVIrc-f80a3000e39f3ec6f73da608601a26e4e8792b92.tar.bz2
KVIrc-f80a3000e39f3ec6f73da608601a26e4e8792b92.zip
fixed bug #262 (upport)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2763 17fca916-40b9-46aa-a4ea-0a15b648b75c
-rw-r--r--src/modules/about/libkviabout.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/about/libkviabout.cpp b/src/modules/about/libkviabout.cpp
index 573e8ed7b..4f65fc3c0 100644
--- a/src/modules/about/libkviabout.cpp
+++ b/src/modules/about/libkviabout.cpp
@@ -56,6 +56,7 @@ static bool about_kvs_command_kvirc(KviKvsModuleCommandCall *)
g_pAboutDialog->show();
} else {
g_pAboutDialog->raise();
+ g_pAboutDialog->show();
}
return true;
}