From c1d8b585ac60438bfb237579da829b4110204009 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 06 Feb 2005 11:15:32 +0000 Subject: 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. --- (limited to 'libopie2/opieui/fileselector') 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, void OFileDialog::slotFileSelected(const QString & ) { -// accept(); + accept(); } void OFileDialog::slotSelectorOk( ) { -// accept(); + accept(); } void OFileDialog::slotDirSelected(const QString &dir ) -- cgit v0.9.0.2