gimp r22147 - in trunk: . app/actions libgimp
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r22147 - in trunk: . app/actions libgimp
- Date: Mon, 19 Mar 2007 14:41:24 +0000 (GMT)
Author: mitch
Date: 2007-03-19 14:41:23 +0000 (Mon, 19 Mar 2007)
New Revision: 22147
ViewCVS link: http://svn.gnome.org/viewcvs/gimp?rev=22147&view=rev
Modified:
trunk/ChangeLog
trunk/app/actions/plug-in-actions.c
trunk/libgimp/gimp.c
Log:
2007-03-19 Michael Natterer <mitch gimp org>
Make sure we create actions for all plug-in procedures which have
a menu_label, so it's possible to assign shortcuts to them.
Fixes bug #371300.
* app/actions/plug-in-actions.c (plug_in_actions_setup): removed
duplicate code and simply call plug_in_actions_register_procedure()
on all actions, it already does all needed checks and signal
connections by itself.
(plug_in_actions_update)
(plug_in_actions_register_procedure)
(plug_in_actions_unregister_procedure): unified checks for whether
a plug-in procedure needs an action or not: it needs either a
menu_label or menu_paths and must not have extensions, prefixes or
magics.
* libgimp/gimp.c (gimp_install_procedure): document that it's
possible to install shortcut-only procedures by registering a
menu_label but no menu_paths.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]