Pass arguments to gimp_action_group_add_actions() in the right order.
* app/actions/images-actions.c (images_actions_setup): Pass arguments to gimp_action_group_add_actions() in the right order. svn path=/trunk/; revision=27760
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2008-12-04 Martin Nordholts <martinn@svn.gnome.org>
|
||||||
|
|
||||||
|
* app/actions/images-actions.c (images_actions_setup): Pass
|
||||||
|
arguments to gimp_action_group_add_actions() in the right order.
|
||||||
|
|
||||||
2008-12-04 Sven Neumann <sven@gimp.org>
|
2008-12-04 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* tools/pdbgen/pdb/convert.pdb: fixed an error in the documentation
|
* tools/pdbgen/pdb/convert.pdb: fixed an error in the documentation
|
||||||
|
@ -68,7 +68,7 @@ void
|
|||||||
images_actions_setup (GimpActionGroup *group)
|
images_actions_setup (GimpActionGroup *group)
|
||||||
{
|
{
|
||||||
gimp_action_group_add_actions (group,
|
gimp_action_group_add_actions (group,
|
||||||
images_actions, "images-action",
|
"images-action", images_actions,
|
||||||
G_N_ELEMENTS (images_actions));
|
G_N_ELEMENTS (images_actions));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user