GNOME Bugzilla – Bug 705167
dlna-renderes: fix build with GTK+ 3.9.10+
Last modified: 2013-08-01 15:28:50 UTC
Building gnome-photos 3.9.5 fails with GTK+ 3.9.10 due to renamed widget API.
Created attachment 250504 [details] [review] dlna-renderes: fix build with GTK+ 3.9.10+ With GTK+ commit 89ae352, the widget template APIs were renamed.
Review of attachment 250504 [details] [review]: So many clones of this bug! ::: src/photos-dlna-renderers-dialog.c @@ +277,1 @@ g_type_class_add_private (class, sizeof (PhotosDlnaRenderersDialogPrivate)); You should use G_DEFINE_TYPE_WITH_PRIVATE and get rid of the g_type_class_add_private.
Lets go with mclasen's version of the patch because he took the time to explain the details on IRC. *** This bug has been marked as a duplicate of bug 705294 ***