no need to update the ui manager here, the parent class already does it.

2004-12-01  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimptoolview.c (gimp_tool_view_select_item): no need
	to update the ui manager here, the parent class already does it.
This commit is contained in:
Michael Natterer 2004-12-01 00:06:23 +00:00 committed by Michael Natterer
parent e84df4b0ca
commit 495963276a
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2004-12-01 Michael Natterer <mitch@gimp.org>
* app/widgets/gimptoolview.c (gimp_tool_view_select_item): no need
to update the ui manager here, the parent class already does it.
2004-11-30 DindinX <dindinx@gimp.org>
* plug-ins/gfig/README: removed some very obsolete stuff.

View File

@ -219,13 +219,11 @@ gimp_tool_view_select_item (GimpContainerEditor *editor,
{
if (GIMP_CONTAINER_EDITOR_CLASS (parent_class)->select_item)
GIMP_CONTAINER_EDITOR_CLASS (parent_class)->select_item (editor, viewable);
gimp_ui_manager_update (GIMP_EDITOR (editor->view)->ui_manager, editor);
}
static void
gimp_tool_view_activate_item (GimpContainerEditor *editor,
GimpViewable *viewable)
GimpViewable *viewable)
{
if (GIMP_CONTAINER_EDITOR_CLASS (parent_class)->activate_item)
GIMP_CONTAINER_EDITOR_CLASS (parent_class)->activate_item (editor, viewable);