Bug 117309 - Bug when adding search-engines to the search toolbar
Summary: Bug when adding search-engines to the search toolbar
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-29 23:49 UTC by Pau Garcia i Quiles
Modified: 2005-11-30 05:16 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pau Garcia i Quiles 2005-11-29 23:49:20 UTC
Version:            (using KDE KDE 3.5.0)
Installed from:    Ubuntu Packages
OS:                Linux

Current behaviour:
1. You left-click on the icon in the search toolbar and you click "Select search engines..."
2. You check a previously unchecked search engine
3. You click OK or Apply
4. The new search-engine(s) you checked are NOT shown in the unfolding list when you left-click the icon in the search toolbar

Expected behaviour:
4. The new search-engine(s) you checked do show in the unfolding list when you left-click the icon in the search toolbar

Workaround:
3. Change the default search engine or the default word delimiter or both of them
4. Click OK or Apply
5. The new search-engine(s) you checked do show in the unfolding list when you left-click the icon in the search toolbar

NB: This bug was reported to KUbuntu as bug #20272 and it might be a duplicate of KDE bug #112920, but I am not sure of the latter.
Comment 1 Pascal Létourneau 2005-11-30 05:16:48 UTC
SVN commit 484287 by pletourn:

Update when an item is toggled via <Space>

BUG:117309


 M  +2 -0      ikwsopts.cpp  


--- branches/KDE/3.5/kdebase/kcontrol/ebrowsing/plugins/ikws/ikwsopts.cpp #484286:484287
@@ -152,6 +152,8 @@
            this, SLOT(changeSearchProvider()));
     connect(m_dlg->lvSearchProviders, SIGNAL(executed(QListViewItem *)),
            this, SLOT(checkFavoritesChanged()));
+    connect(m_dlg->lvSearchProviders, SIGNAL(spacePressed(QListViewItem *)),
+           this, SLOT(checkFavoritesChanged()));
 
     connect(m_dlg->cmbDefaultEngine, SIGNAL(activated(const QString &)), this,
             SLOT(configChanged()));