[Konversation-devel] [Bug 132980] status bar explanation is not cleaned when hovering over a menu item without explanation

Eike Hein sho at eikehein.com
Fri Aug 25 19:19:51 CEST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=132980         
sho eikehein com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From sho eikehein com  2006-08-25 19:19 -------
SVN commit 577140 by hein:

Clear status bar main label temp text when the action
collection hands us an empty description.
BUG:132980


 M  +2 -0      konversationstatusbar.cpp  
 M  +1 -0      server.cpp  


--- trunk/extragear/network/konversation/src/konversationstatusbar.cpp #577139:577140
 @ -96,6 +96,8  @
         m_tempMainLabelText = text;
         m_mainLabel->setText(text);
     }
+    else
+        clearMainLabelTempText();
 }
 
 void KonversationStatusBar::clearMainLabelTempText()
--- trunk/extragear/network/konversation/src/server.cpp #577139:577140
 @ -3275,6 +3275,7  @
     }
     else if (!isConnected())
     {
+        reconnectCounter = 0;
         connectToIRCServer();
     }
 }


More information about the Konversation-devel mailing list