After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 650664 - gtkstatusbar: gtk_misc_set_alignment () function replacement
gtkstatusbar: gtk_misc_set_alignment () function replacement
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
3.0.x
Other Linux
: Normal trivial
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-05-20 12:36 UTC by Diego Celix
Modified: 2011-05-21 13:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch with the described changes (1.07 KB, patch)
2011-05-20 12:36 UTC, Diego Celix
accepted-commit_now Details | Review

Description Diego Celix 2011-05-20 12:36:47 UTC
Created attachment 188221 [details] [review]
patch with the described changes

Patch to replace the function gtk_misc_set_alignment () with
gtk_widget_set_halign () and gtk_widget_set_valign () in
gtk/gtkstatusbar.c
Comment 1 Matthias Clasen 2011-05-20 17:26:41 UTC
Review of attachment 188221 [details] [review]:

Looks fine to me.
Comment 2 Diego Celix 2011-05-20 17:58:11 UTC
Thanks Matthias for the review.

Can somebody apply the patch to the git repo because I don't have access?

I'm willing to start doing some simple patches like this, are there any problems with this?
Comment 3 Matthias Clasen 2011-05-20 18:49:11 UTC
No, thats fine. I'm just marking the patch for me own benefits mainly, so I can remember to commit it before the next release.