]> jfr.im git - irc/kvirc/KVIrc.git/commitdiff
fixed bug #262
authorNoldor <redacted>
Sat, 18 Oct 2008 22:36:51 +0000 (22:36 +0000)
committerNoldor <redacted>
Sat, 18 Oct 2008 22:36:51 +0000 (22:36 +0000)
git-svn-id: https://svn.kvirc.de/svn/branches/kvirc/3.4@2762 17fca916-40b9-46aa-a4ea-0a15b648b75c

src/modules/about/libkviabout.cpp

index 7a076edf5dc68c8b0e57084895675deca1c9a7a3..b6513fc8e178a1b278f42a36daeb997dcd8d7c74 100644 (file)
@@ -56,6 +56,7 @@ static bool about_kvs_command_kvirc(KviKvsModuleCommandCall *)
                g_pAboutDialog->show();
        } else {
                g_pAboutDialog->raise();
+               g_pAboutDialog->show();
        }
        return true;
 }