Bug 141566 - [PATCH] Accelerator Key on Search Button Changes
Summary: [PATCH] Accelerator Key on Search Button Changes
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: History Plugin (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-12 00:21 UTC by Frederik Schwarzer
Modified: 2009-06-01 03:58 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Avoids jumping accelerator (859 bytes, patch)
2009-05-27 20:07 UTC, Frederik Schwarzer
Details

Note You need to log in before you can comment on or make changes to this bug.
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