small blink-chat fix

This commit is contained in:
doitux
2007-05-25 18:14:52 +00:00
parent a6ea197a43
commit 4a66146c25
4 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -53,7 +53,9 @@ void Chat::checkInvisible() {
switch (myW->tabWidget->currentIndex()) {
case 1: { myW->tabWidget->stopBlinkChatTab(); }
case 1: { myW->tabWidget->stopBlinkChatTab();
myW->tabWidget->showDefaultChatTab();
}
break;
default: { myW->tabWidget->startBlinkChatTab(); }
}