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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/libkopete
From:       Lamarque Souza <lamarque () gmail ! com>
Date:       2011-03-21 2:20:27
Message-ID: 20110321022027.8B913AC8C9 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1225446 by lvsouza:

Increase notifications' pixmap size to match 
other KDE programs notifications' pixmap size.

FIXED-IN: 4.7.0


 M  +2 -2      kopeteutils.cpp  


--- trunk/KDE/kdenetwork/kopete/libkopete/kopeteutils.cpp #1225445:1225446
@@ -89,7 +89,7 @@
 	if (!account)
 		return;
 
-	notify( account->accountIcon(32), QString::fromLatin1("connection_lost"), \
caption.isEmpty() ? defaultStrings->notifyConnectionLost_DefaultCaption : caption, \
message.isEmpty() ? defaultStrings->notifyConnectionLost_DefaultMessage : message, \
explanation.isEmpty() ? defaultStrings->notifyConnectionLost_DefaultExplanation : \
explanation, debugInfo); +	notify( account->accountIcon(KIconLoader::SizeMedium), \
QString::fromLatin1("connection_lost"), caption.isEmpty() ? \
defaultStrings->notifyConnectionLost_DefaultCaption : caption, message.isEmpty() ? \
defaultStrings->notifyConnectionLost_DefaultMessage : message, explanation.isEmpty() \
? defaultStrings->notifyConnectionLost_DefaultExplanation : explanation, debugInfo);  \
}  
 void notifyCannotConnect( const Account *account, const QString explanation, const \
QString debugInfo) @@ -99,7 +99,7 @@
 	if (!account)
 		return;
 
-	notify( account->accountIcon(), QString::fromLatin1("cannot_connect"), \
defaultStrings->notifyCannotConnect_DefaultCaption, \
defaultStrings->notifyCannotConnect_DefaultMessage, \
defaultStrings->notifyCannotConnect_DefaultExplanation, debugInfo); +	notify( \
account->accountIcon(KIconLoader::SizeMedium), QString::fromLatin1("cannot_connect"), \
defaultStrings->notifyCannotConnect_DefaultCaption, \
defaultStrings->notifyCannotConnect_DefaultMessage, \
defaultStrings->notifyCannotConnect_DefaultExplanation, debugInfo);  }
 
 } // end ns ErrorNotifier


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

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