GNOME Bugzilla – Bug 765496
Clean up gtklabel.c a bit
Last modified: 2016-04-26 00:38:19 UTC
Created attachment 326630 [details] [review] Use g_list_nth_data instead of manually iterating of the links GList It's already long enough as it is, so try to save a few LOC.
Created attachment 326631 [details] [review] Use g_clear_object
Review of attachment 326630 [details] [review]: sure
Review of attachment 326631 [details] [review]: ok