--- a/src/qtgui/rclmain.cpp
+++ b/src/qtgui/rclmain.cpp
@@ -1,5 +1,5 @@
#ifndef lint
-static char rcsid[] = "@(#$Id: rclmain.cpp,v 1.31 2006-09-13 08:13:36 dockes Exp $ (C) 2005 J.F.Dockes";
+static char rcsid[] = "@(#$Id: rclmain.cpp,v 1.32 2006-09-13 13:53:35 dockes Exp $ (C) 2005 J.F.Dockes";
#endif
/*
* This program is free software; you can redistribute it and/or modify
@@ -131,12 +131,6 @@
nextPageAction->setIconSet(createIconSet("nextpage.png"));
prevPageAction->setIconSet(createIconSet("prevpage.png"));
-
-
- if (prefs.startWithAdvSearchOpen)
- showAdvSearchDialog();
- if (prefs.startWithSortToolOpen)
- showSortDialog();
}
// We also want to get rid of the advanced search form and previews
@@ -667,7 +661,6 @@
// We need to insert item here, its not auto-done like when the user types
// CR
sSearch->queryText->setEditText(text);
- sSearch->queryText->insertItem(text, 0);
sSearch->setAnyTermMode();
sSearch->startSimpleSearch();
}