[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:05:38 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
------- Additional Comments From caulier.gilles gmail com 2007-05-21 11:05 -------
SVN commit 666918 by cgilles:
digikam from trunk : Light Table : fix fixed File/Close and File/Quit std actions. Only File/Close action must be available.
CCBUGS: 145077
M +1 -1 lighttablewindow.cpp
M +2 -2 lighttablewindowui.rc
--- trunk/extragear/graphics/digikam/utilities/lighttable/lighttablewindow.cpp #666917:666918
@ -358,7 +358,7 @
actionCollection(), "lighttable_filedelete");
d->fileDeleteAction->setEnabled(false);
- KStdAction::quit(this, SLOT(close()), actionCollection(), "lighttable_exit");
+ KStdAction::close(this, SLOT(close()), actionCollection(), "lighttable_close");
// -- Standard 'View' menu actions ---------------------------------------------
--- trunk/extragear/graphics/digikam/utilities/lighttable/lighttablewindowui.rc #666917:666918
@ -1,5 +1,5 @
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<gui version="17" name="lighttablewindow" >
+<gui version="18" name="lighttablewindow" >
<MenuBar>
@ -18,7 +18,7 @
<Separator/>
<Action name="lighttable_filedelete" />
<Separator/>
- <Action name="lighttable_exit" />
+ <Action name="lighttable_close" />
</Menu>
<Menu name="View" ><text>&View</text>
More information about the Digikam-devel
mailing list