Version: 0.12.4 (using KDE KDE 3.5.6) Installed from: Debian testing/unstable Packages The search button of the history viewer changes his accelerator key after searching: Se&arch -> Cancel -> &Search
I've attached a patch to Bug 148659 that should fix this issue.
I can confirm that this still happens in kopete 0.50.80 from KDE 4.0.99.
Still there in 0.70.2 (KDE 4.2.2).
Created attachment 34053 [details] Avoids jumping accelerator This patch sets the accelerator to the 'S' in the first place. No idea who let it jump to the 'S' after the search but this way it doesn't matter. ;)
SVN commit 976139 by schwarzer: Prevent accelerator from jumping For some reason the accelerator jumps from Se&arch to &Search after cancelling the search once. By setting it to &Search in the first place, it stops jumping. This should not introduce a new string for translators, since there are already "&Search" strings from other places in kopete.pot. *krosses*fingers* BUG: 141566 M +1 -1 historydialog.cpp M +1 -1 historyviewer.ui WebSVN link: http://websvn.kde.org/?view=rev&revision=976139