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:
committed by
Michael Natterer
parent
6554397178
commit
6642bc2c94
@ -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
|
||||
|
||||
Reference in New Issue
Block a user