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

List:       kde-commits
Subject:    kdepim/kaddressbook
From:       Tobias Koenig <tokoe () kde ! org>
Date:       2003-09-30 11:44:09
[Download RAW message or body]

CVS commit by tokoe: 

Block signals to avoid that the formatted name is reset.


  M +3 -1      addresseeeditorwidget.cpp   1.65


--- kdepim/kaddressbook/addresseeeditorwidget.cpp  #1.64:1.65
@@ -481,5 +481,7 @@ void AddresseeEditorWidget::load()
   mBlockSignals = true; // used for internal signal blocking
 
+  mNameEdit->blockSignals( true );
   mNameEdit->setText( mAddressee.assembledName() );
+  mNameEdit->blockSignals( false );
   
   if ( mAddressee.formattedName().isEmpty() ) {


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

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