From b94bcfb586b838885d7d0503623ea36ee0054464 Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 17 Apr 2002 17:22:50 +0000 Subject: include the current directory in the filename --- (limited to 'libopie') diff --git a/libopie/ofileselector.cc b/libopie/ofileselector.cc index 968541a..ea19143 100644 --- a/libopie/ofileselector.cc +++ b/libopie/ofileselector.cc @@ -329,7 +329,7 @@ QString OFileSelector::selectedName( )const }else if(m_selector == EXTENDED || m_selector == EXTENDED_ALL ) { QListViewItem *item = m_View->currentItem(); if(item != 0 ){ - string = item->text( 1 ); + string = m_currentDir + "/" + item->text( 1 ); } } return string; -- cgit v0.9.0.2