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

List:       kde-commits
Subject:    branches/KDE/4.1/kdelibs/kfile
From:       Rafael Fernández López <ereslibre () kde ! org>
Date:       2008-11-15 4:25:11
Message-ID: 1226723111.450259.17940.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 884488 by ereslibre:

Backport fix. Don't mix up with both treeview and lineedit emitting signals at the same time.

CCBUG: 174697


 M  +2 -0      kdirselectdialog.cpp  


--- branches/KDE/4.1/kdelibs/kfile/kdirselectdialog.cpp #884487:884488
@@ -190,7 +190,9 @@
 
 void KDirSelectDialog::Private::_k_slotComboTextChanged( const QString& text )
 {
+    m_treeView->blockSignals(true);
     m_treeView->setCurrentUrl( KUrl( text ) );
+    m_treeView->blockSignals(false);
 }
 
 void KDirSelectDialog::Private::_k_slotContextMenu( const QPoint& pos )
[prev in list] [next in list] [prev in thread] [next in thread] 

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