summaryrefslogtreecommitdiff
path: root/libopie2/opieui
authorzecke <zecke>2005-02-06 11:15:32 (UTC)
committer zecke <zecke>2005-02-06 11:15:32 (UTC)
commitc1d8b585ac60438bfb237579da829b4110204009 (patch) (unidiff)
tree81848a11c6b006ed4b6ac5a036de8402dde8e25d /libopie2/opieui
parent8e3d226f1ab8aea28b6100966f11adb97ee41659 (diff)
downloadopie-c1d8b585ac60438bfb237579da829b4110204009.zip
opie-c1d8b585ac60438bfb237579da829b4110204009.tar.gz
opie-c1d8b585ac60438bfb237579da829b4110204009.tar.bz2
Sorry lorn the patch is inapproriate.
1.) one click 'accept' is the wished feature and makes sense for opening files. 2.) Just uncommenting code that is not used is bad, we've cvs you can remove the lines Now I'll revert and afterwards I'll patch OFileDialog again and please tell me if that works for you as well.
Diffstat (limited to 'libopie2/opieui') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opieui/fileselector/ofiledialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libopie2/opieui/fileselector/ofiledialog.cpp b/libopie2/opieui/fileselector/ofiledialog.cpp
index 6e9833e..e01fbe5 100644
--- a/libopie2/opieui/fileselector/ofiledialog.cpp
+++ b/libopie2/opieui/fileselector/ofiledialog.cpp
@@ -240,12 +240,12 @@ QString OFileDialog::getDirectory(int selector,
240 240
241void OFileDialog::slotFileSelected(const QString & ) 241void OFileDialog::slotFileSelected(const QString & )
242{ 242{
243// accept(); 243 accept();
244} 244}
245 245
246void OFileDialog::slotSelectorOk( ) 246void OFileDialog::slotSelectorOk( )
247{ 247{
248// accept(); 248 accept();
249} 249}
250 250
251void OFileDialog::slotDirSelected(const QString &dir ) 251void OFileDialog::slotDirSelected(const QString &dir )