Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > media > main-testing-src > by-pkgid > 585206d9b4190914312662404e0cac3d > files > 11

kdepimlibs4-4.4.5-0.1mdv2010.1.src.rpm

#
# Description: KAddressBook crashed when trying to set the email of a contact 
# Forwarded: yes
# Bug: 58812
# Author: nlecureuil@mandriva.com
#

Index: akonadi/contact/editor/emaileditwidget.cpp
===================================================================
--- akonadi/contact/editor/emaileditwidget.cpp  (révision 1104288)
+++ akonadi/contact/editor/emaileditwidget.cpp  (copie de travail)
@@ -154,7 +154,7 @@
 {
   setCaption( i18n( "Edit Email Addresses" ) );
   setButtons( KDialog::Ok | KDialog::Cancel );
-  setDefaultButton( KDialog::Help );
+  setDefaultButton( KDialog::Cancel );
 
   QWidget *page = new QWidget( this);
   setMainWidget( page );