author | mickeyl <mickeyl> | 2004-07-18 15:07:08 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-07-18 15:07:08 (UTC) |
commit | 63c1d7b2cb5abfcfa518363caf9e9c24dbb906dc (patch) (unidiff) | |
tree | ed9c37e249a132229f5f90500478189c0fa69d1e | |
parent | 35625ac739a9e070ceff4714328a91bb00b1f8a9 (diff) | |
download | opie-63c1d7b2cb5abfcfa518363caf9e9c24dbb906dc.zip opie-63c1d7b2cb5abfcfa518363caf9e9c24dbb906dc.tar.gz opie-63c1d7b2cb5abfcfa518363caf9e9c24dbb906dc.tar.bz2 |
no need to warn here. debug seems enough
-rw-r--r-- | libopie2/opieui/fileselector/ofileselector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libopie2/opieui/fileselector/ofileselector.cpp b/libopie2/opieui/fileselector/ofileselector.cpp index 1f6ca05..5528aed 100644 --- a/libopie2/opieui/fileselector/ofileselector.cpp +++ b/libopie2/opieui/fileselector/ofileselector.cpp | |||
@@ -548,5 +548,5 @@ void OFileViewFileListView::slotCurrentChanged( QListViewItem* item) | |||
548 | if ( selector()->mode() == OFileSelector::FileSelector ) | 548 | if ( selector()->mode() == OFileSelector::FileSelector ) |
549 | { | 549 | { |
550 | owarn << "slot Current Changed" << oendl; | 550 | odebug << "slot Current Changed" << oendl; |
551 | QStringList str = QStringList::split("->", sel->text(1) ); | 551 | QStringList str = QStringList::split("->", sel->text(1) ); |
552 | QString path = sel->directory() + "/" + str[0].stripWhiteSpace(); | 552 | QString path = sel->directory() + "/" + str[0].stripWhiteSpace(); |
@@ -576,5 +576,5 @@ void OFileViewFileListView::slotClicked(int button , QListViewItem* item, const | |||
576 | else | 576 | else |
577 | { // file | 577 | { // file |
578 | owarn << "slot Clicked" << oendl; | 578 | odebug << "slot Clicked" << oendl; |
579 | selector()->m_lneEdit->setText( str[0].stripWhiteSpace() ); | 579 | selector()->m_lneEdit->setText( str[0].stripWhiteSpace() ); |
580 | QString path = sel->directory() + "/" + str[0].stripWhiteSpace(); | 580 | QString path = sel->directory() + "/" + str[0].stripWhiteSpace(); |