This patch removes autocompletion in the search dialog (QT frontend).
Autocompletion makes impossible to search for an 'a' if we have previously 
searched for a word that begins with 'A'.

Alfredo.
Index: QSearchDialog.ui
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/frontends/qt2/ui/QSearchDialog.ui,v
retrieving revision 1.4
diff -u -r1.4 QSearchDialog.ui
--- QSearchDialog.ui	2002/09/11 17:42:45	1.4
+++ QSearchDialog.ui	2002/12/12 11:37:59
@@ -90,7 +90,7 @@
             </property>
             <property stdset="1">
                 <name>autoCompletion</name>
-                <bool>true</bool>
+                <bool>false</bool>
             </property>
             <property stdset="1">
                 <name>duplicatesEnabled</name>
@@ -143,7 +143,7 @@
             </property>
             <property stdset="1">
                 <name>autoCompletion</name>
-                <bool>true</bool>
+                <bool>false</bool>
             </property>
             <property stdset="1">
                 <name>duplicatesEnabled</name>

Reply via email to