GNOME Bugzilla – Bug 705292
Update widget template API function names
Last modified: 2013-08-01 15:22:59 UTC
GTK+ commit 89ae3524a renamed the widget template related API functions, update accordingly and bump the version required at configure time.
Created attachment 250623 [details] [review] Update widget template API function names GTK+ commit 89ae3524a renamed the widget template related API functions, update accordingly and bump the version required at configure time.
Review of attachment 250623 [details] [review]: So many clones of this and all of the patches missing something quite trivial! ::: src/photos-dlna-renderers-dialog.c @@ +277,1 @@ g_type_class_add_private (class, sizeof (PhotosDlnaRenderersDialogPrivate)); We need to get rid of the g_type_class_add_private too.
Lets go with mclasen's patch because he was the first to explain the details of the change on IRC. *** This bug has been marked as a duplicate of bug 705294 ***