Version: 0.8.0-beta2 (using KDE KDE 3.4.2) Installed from: Compiled From Sources OS: Linux - the tip "<p>Enter here your search arguments in albums library" is not attached to the top Search edittext widget. - the tip "<p>You can see here the items found in albums library using the current search arguments" is attached to the top Search edittext widget instead of to the items found widget.
SVN commit 476949 by cgilles: Fixed widget tip CCBUGS: 115536 M +1 -1 searchquickdialog.cpp --- trunk/extragear/graphics/digikam/digikam/searchquickdialog.cpp #476948:476949 @@ -54,7 +54,7 @@ QWhatsThis::add( m_searchEdit, i18n("<p>Enter here your search arguments in albums library")); m_resultsView = new SearchResultsView(vbox); - QWhatsThis::add( m_searchEdit, i18n("<p>You can see here the items found in albums library using the current search arguments")); + QWhatsThis::add( m_resultsView, i18n("<p>You can see here the items found in albums library using the current search arguments")); hbox = new QHBox(vbox); hbox->setSpacing(spacingHint());
Gilles, I have tested your lastest SVN and now the tips are attached correctly. You can close this bug report. --- Tung.
*** Bug has been marked as fixed ***.
Not reproducible with 7.0.0-beta1