-rw-r--r-- | noncore/net/opieftp/opieftp.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/noncore/net/opieftp/opieftp.cpp b/noncore/net/opieftp/opieftp.cpp index 817943b..58ffe3a 100644 --- a/noncore/net/opieftp/opieftp.cpp +++ b/noncore/net/opieftp/opieftp.cpp @@ -710,13 +710,13 @@ void OpieFtp::populateLocalView() } isDir=FALSE; ++it; } Local_View->setSorting( 3,FALSE); currentPathCombo->lineEdit()->setText( currentDir.canonicalPath() ); - // fillCombo( (const QString &)currentDir); + fillCombo( (const QString &)currentDir.canonicalPath()); } bool OpieFtp::populateRemoteView( ) { // odebug << "populate remoteview" << oendl; QString sfile=QDir::homeDirPath(); @@ -1137,13 +1137,12 @@ void OpieFtp::currentPathComboActivated(const QString & currentPath) { // update(); } } void OpieFtp::fillCombo(const QString ¤tPath) { - qDebug("Fill Combo "+currentPath); currentPathCombo->lineEdit()->setText(currentPath); if( localDirPathStringList.grep(currentPath,TRUE).isEmpty() ) { qDebug("Clearing local"); currentPathCombo->clear(); localDirPathStringList.prepend(currentPath ); |