GNOME Bugzilla – Bug 749388
Deprecation warnings
Last modified: 2018-05-24 18:30:53 UTC
RB still spew deprecation warning on the console. Will attach a patch to fix some trivial.
Created attachment 303381 [details] [review] Proposed patch This remove SOME of the warnings. But the reappear elsewhere.
Review of attachment 303381 [details] [review]: Sorry it took me so long to look at this. I've pushed the follow-state bits as commit fff0ef6. ::: widgets/rb-button-bar.c @@ +212,3 @@ + } else { + g_object_set (label, "margin-left", 6, "margin-right", 6, NULL); + } I just switched this to use margin-start and margin-end unconditionally since rhythmbox now requires gtk+ 3.12
commits 85108e0, 3c2c35b and a6371f2 fix up most of the warnings, but I think there are still a few left with gtk+ 3.20
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/rhythmbox/issues/1408.