GNOME Bugzilla – Bug 352088
Typo in Gtk::Button::get_image_position
Last modified: 2006-08-23 11:53:52 UTC
When the *_image_position functions were added to Gtk::Button, the _WRAP_METHOD for get_image_position was entered as "set_image_position". The actual set_image_position is itself correct. Present in HEAD at line 99 of gtk/src/button.hg.
Indeed, you are correct. Right now we have this: _WRAP_METHOD(void set_image_position(PositionType position), gtk_button_set_image_position) _WRAP_METHOD(PositionType set_image_position() const, gtk_button_get_image_position) I'm not completely sure about the API stability rules. Murray, can we fix something that's obviously incorrectly named, or do we have to live with this for now? I can commit if you give me the go-ahead.
I think this is more or less OK to fix. Ask for release-team permission please first though.
email sent to release-team, waiting for response.
Fix committed. I've sent an email to release-team asking for somebody to roll a new release.
I assume that the release team has approved the API change then. A new release is fine, but it will be easier for them if you do it for them and tell them where to find the tarball.
Yes, I rolled the release and sent it off the Elijah and he put it up on the GNOME servers.