Bug 98423 - Keyboard shortcut 'escape' set to Save As... not Close
Summary: Keyboard shortcut 'escape' set to Save As... not Close
Status: RESOLVED FIXED
Alias: None
Product: kfind
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Eric Coquelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-02 17:19 UTC by Sean Lynch
Modified: 2005-02-06 11:54 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Lynch 2005-02-02 17:19:17 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

Press escape on keyboard is set to Save As... and not Close.  Doesn't do anything if no search has been ran (Save As... is disabled)
Comment 1 Stephan Binner 2005-02-06 11:54:31 UTC
CVS commit by binner: 

Keyboard shortcut 'escape' set to Save As... not Close
BUG: 98423


  M +0 -2      kfinddlg.cpp   1.26


--- kdebase/kfind/kfinddlg.cpp  #1.25:1.26
@@ -38,6 +38,4 @@ KfindDlg::KfindDlg(const KURL & url, QWi
   enableButton(User2, false); // Disable "Save As..."
 
-  setEscapeButton(User2);
-
   setButtonApply(KGuiItem(i18n("&Find"), "find"));