SVN commit 826548 by ereslibre: If a user accepts the dialog by pressing enter even when a hint is given on autocompletion, accept that one. Also, if we move on the history with the up/down keys, highlight the correct files on-the-fly on kdiroperator. CCMAIL: mo85@cornell.edu M +3 -0 kfilewidget.cpp --- trunk/KDE/kdelibs/kfile/kfilewidget.cpp #826547:826548 @@ -1306,6 +1306,7 @@ void KFileWidgetPrivate::_k_locationAccepted( const QString& url ) { + ops->setCurrentItem( url ); q->slotOk(); } @@ -1426,6 +1427,8 @@ setDummyHistoryEntry( text ); } + ops->setCurrentItem( text ); + updateFilter(); }