removed the "name" parameter and use GimpObject's name instead.

2001-01-10  Michael Natterer  <mitch@gimp.org>

	* app/gimpdrawable.[ch]: removed the "name" parameter and use
	GimpObject's name instead.

	* app/channel.c
	* app/channel_ops.c
	* app/channels_dialog.c
	* app/drawable.h
	* app/gimpimage.c
	* app/interface.c
	* app/layer.c
	* app/layer_select.c
	* app/layers_dialog.c
	* app/qmask.c
	* app/undo.c
	* app/xcf.c: changed accordingly, cleanup.
This commit is contained in:
Michael Natterer
2001-01-10 03:13:03 +00:00
committed by Michael Natterer
parent 6554397178
commit 6642bc2c94
47 changed files with 736 additions and 686 deletions

View File

@ -324,7 +324,7 @@ layer_select_set_layer (LayerSelect *layer_select)
/* Set the layer label */
gtk_label_set_text (GTK_LABEL (layer_select->label),
drawable_get_name (GIMP_DRAWABLE (layer)));
gimp_object_get_name (GIMP_OBJECT (layer)));
}
static gint