Bug 141566

Summary: [PATCH] Accelerator Key on Search Button Changes
Product: [Unmaintained] kopete Reporter: Frederik Schwarzer <schwarzer>
Component: History PluginAssignee: 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
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
Comment 1 Simon80 2007-10-23 07:53:09 UTC
I've attached a patch to Bug 148659 that should fix this issue.
Comment 2 George Kiagiadakis 2008-07-23 16:32:30 UTC
I can confirm that this still happens in kopete 0.50.80 from KDE 4.0.99.
Comment 3 Frederik Schwarzer 2009-05-27 19:38:19 UTC
Still there in 0.70.2 (KDE 4.2.2).
Comment 4 Frederik Schwarzer 2009-05-27 20:07:35 UTC
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. ;)
Comment 5 Frederik Schwarzer 2009-06-01 03:58:21 UTC
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