[Digikam-devel] [Bug 145077] Ctrl-W and Ctrl-Q shortcuts not tied to proper actions
Gilles Caulier
caulier.gilles at gmail.com
Mon May 21 10:03:51 BST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=145077
caulier.gilles gmail com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From caulier.gilles gmail com 2007-05-21 11:03 -------
SVN commit 666916 by cgilles:
digikam from trunk : Image Editor : fix fixed File/Close and File/Quit std actions. Only File/Close action must be available.
BUG: 145077
M +2 -2 digikamimagewindowui.rc
M +1 -1 editorwindow.cpp
--- trunk/extragear/graphics/digikam/utilities/imageeditor/editor/digikamimagewindowui.rc #666915:666916
@ -1,5 +1,5 @
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<gui version="16" name="digikamimagewindow" >
+<gui version="17" name="digikamimagewindow" >
<MenuBar>
@ -18,7 +18,7 @
<Separator/>
<Action name="editorwindow_delete" />
<Separator/>
- <Action name="editorwindow_exit" />
+ <Action name="editorwindow_close" />
</Menu>
<Menu name="Edit" ><text>&Edit</text>
--- trunk/extragear/graphics/digikam/utilities/imageeditor/editor/editorwindow.cpp #666915:666916
@ -284,7 +284,7 @
this, SLOT(slotDeleteCurrentItem()),
actionCollection(), "editorwindow_delete");
- KStdAction::quit(this, SLOT(close()), actionCollection(), "editorwindow_exit");
+ KStdAction::close(this, SLOT(close()), actionCollection(), "editorwindow_close");
// -- Standard 'Edit' menu actions ---------------------------------------------
More information about the Digikam-devel
mailing list