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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/kopete/chatwindow
From:       Olivier Goffart <ogoffart () kde ! org>
Date:       2005-10-16 19:47:39
Message-ID: 1129492059.939288.27395.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 471203 by ogoffart:

fix crash when the chatwindow appears

 M  +2 -0      krichtexteditpart.cpp  


--- trunk/KDE/kdenetwork/kopete/kopete/chatwindow/krichtexteditpart.cpp #471202:471203
@@ -443,6 +443,8 @@
 
 void KopeteRichTextEditPart::setFontSize( int size )
 {
+	if( size < 1 )
+		return;
 	mFont.setPointSize( size );
 	if( m_capabilities & Kopete::Protocol::RichFont )
 		editor->setPointSize( size );
[prev in list] [next in list] [prev in thread] [next in thread] 

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