From 8ff360bd5e136aba5a9c1b340040ecaf0fc6e0d4 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Wed, 07 Jul 2004 21:05:21 +0000 Subject: fix combo filling with real QString instead of QDir object --- (limited to 'noncore') 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 @@ -713,7 +713,7 @@ void OpieFtp::populateLocalView() } Local_View->setSorting( 3,FALSE); currentPathCombo->lineEdit()->setText( currentDir.canonicalPath() ); - // fillCombo( (const QString &)currentDir); + fillCombo( (const QString &)currentDir.canonicalPath()); } bool OpieFtp::populateRemoteView( ) @@ -1140,7 +1140,6 @@ void OpieFtp::currentPathComboActivated(const QString & currentPath) { } void OpieFtp::fillCombo(const QString ¤tPath) { - qDebug("Fill Combo "+currentPath); currentPathCombo->lineEdit()->setText(currentPath); if( localDirPathStringList.grep(currentPath,TRUE).isEmpty() ) { -- cgit v0.9.0.2