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

List:       kde-commits
Subject:    branches/KDE/3.4/kdenetwork/kopete/protocols/groupwise/ui
From:       Will Stephenson <lists () stevello ! free-online ! co ! uk>
Date:       2005-09-12 16:10:05
Message-ID: 1126541405.903789.1526.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 459978 by wstephens:

Backport fix for crash while adding contacts while offline.



 M  +4 -1      gwaddcontactpage.cpp  


--- branches/KDE/3.4/kdenetwork/kopete/protocols/groupwise/ui/gwaddcontactpage.cpp #459977:459978
@@ -99,7 +99,10 @@
 
 bool GroupWiseAddContactPage::validateData()
 {
-	return ( m_searchUI->m_results->selectedItem() );
+	if ( m_canadd )
+		return ( m_searchUI->m_results->selectedItem() );
+	else
+		return false;
 }
 
 #include "gwaddcontactpage.moc"
[prev in list] [next in list] [prev in thread] [next in thread] 

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