Summary: | Quick search dialog box: wrong attached tips. | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Tung NGUYEN <ntung> |
Component: | Searches-Advanced | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 0.8.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.0.0 | |
Sentry Crash Report: |
Description
Tung NGUYEN
2005-11-02 14:32:38 UTC
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 |