| Summary: | Bug when adding search-engines to the search toolbar | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Pau Garcia i Quiles <pgquiles> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Pau Garcia i Quiles
2005-11-29 23:49:20 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()));
|