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 705292 - Update widget template API function names
Update widget template API function names
Status: RESOLVED DUPLICATE of bug 705294
Product: gnome-photos
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME photos maintainer(s)
GNOME photos maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-08-01 14:09 UTC by Emanuele Aina
Modified: 2013-08-01 15:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Update widget template API function names (1.79 KB, patch)
2013-08-01 14:09 UTC, Emanuele Aina
reviewed Details | Review

Description Emanuele Aina 2013-08-01 14:09:10 UTC
GTK+ commit 89ae3524a renamed the widget template related API functions,
update accordingly and bump the version required at configure time.
Comment 1 Emanuele Aina 2013-08-01 14:09:13 UTC
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.
Comment 2 Debarshi Ray 2013-08-01 15:22:05 UTC
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.
Comment 3 Debarshi Ray 2013-08-01 15:22:59 UTC
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 ***