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:
@ -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;
|
||||
|
Reference in New Issue
Block a user