[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/kopete
From:       Lamarque Souza <lamarque () gmail ! com>
Date:       2011-02-09 3:47:19
Message-ID: 20110209034719.DC81CAC8C0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1219496 by lvsouza:

Hide InfoEventIconLabel if server messages reaches zero.

BUG: 263181


 M  +3 -1      kopetewindow.cpp  


--- trunk/KDE/kdenetwork/kopete/kopete/kopetewindow.cpp #1219495:1219496
@@ -154,9 +154,11 @@
 {
 	if ( Kopete::InfoEventManager::self()->eventCount() > 0 )
 		setPixmap( SmallIcon( "flag-green" ) );
-	else
+	else {
 		setPixmap( SmallIcon( "flag-black" ) );
+		emit clicked();
 }
+}
 //END InfoEventIconLabel
 
 class KopeteWindow::Private
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic