libgimpwidgets: change GimpController's stock_id to icon_name

This API change is OK since the entire controller API is marked as
unstable and needs a special #define to be visible at all.
This commit is contained in:
Michael Natterer
2014-05-09 09:19:06 +02:00
parent 88d2df0af8
commit 9331ef2456
10 changed files with 10 additions and 11 deletions

View File

@ -225,7 +225,7 @@ controller_midi_class_init (ControllerMidiClass *klass)
controller_class->name = _("MIDI");
controller_class->help_id = "gimp-controller-midi";
controller_class->stock_id = GIMP_STOCK_CONTROLLER_MIDI;
controller_class->icon_name = GIMP_STOCK_CONTROLLER_MIDI;
controller_class->get_n_events = midi_get_n_events;
controller_class->get_event_name = midi_get_event_name;