Index: /home/wwwchrisde/svn/konversation/src/konversationmainwindow.cpp
===================================================================
--- /home/wwwchrisde/svn/konversation/src/konversationmainwindow.cpp	(revision 500301)
+++ /home/wwwchrisde/svn/konversation/src/konversationmainwindow.cpp	(revision 500302)
@@ -1326,8 +1326,8 @@
 
     if(m_frontView)
     {
-	m_frontView->resetTabNotification();
-	m_frontView->lostFocus();
+    m_frontView->resetTabNotification();
+    m_frontView->lostFocus();
         previousFrontView = m_frontView;
         disconnect(m_frontView, SIGNAL(updateInfo(const QString &)), this, SLOT(updateChannelInfo(const QString &)));
     }
@@ -1343,6 +1343,8 @@
         updateLag(frontServer,frontServer->getLag());
     }
 
+    m_generalInfoLabel->clearTempText();
+
     updateFrontView();
 
     unsetTabNotification(view);