Summary: | [PATCH] Accelerator Key on Search Button Changes | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Frederik Schwarzer <schwarzer> |
Component: | History Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | Simon80 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Avoids jumping accelerator |
Description
Frederik Schwarzer
2007-02-12 00:21:16 UTC
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 |