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 765147 - needs to bump gtk dependency to >= 3.20
needs to bump gtk dependency to >= 3.20
Status: RESOLVED FIXED
Product: gnome-contacts
Classification: Core
Component: general
3.19.x
Other Linux
: Normal major
: ---
Assigned To: GNOME Contacts maintainer(s)
GNOME Contacts maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-04-16 14:21 UTC by Michael Biebl
Modified: 2016-04-20 12:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Bump gtk+ dependency to >= 3.20 (781 bytes, patch)
2016-04-20 12:08 UTC, Andreas Henriksson
committed Details | Review

Description Michael Biebl 2016-04-16 14:21:48 UTC
gnome-contacts master/3.19 uses gtk_widget_set_focus_on_click. This function was introduced in gtk+ 3.20 [1]
The minimum required version in configure.ac should be bumped accordingly.


[1] https://developer.gnome.org/gtk3/stable/GtkWidget.html#gtk-widget-set-focus-on-click
Comment 1 Andreas Henriksson 2016-04-20 12:08:33 UTC
Created attachment 326402 [details] [review]
Bump gtk+ dependency to >= 3.20

Uses gtk_widget_set_focus_on_click API which is new in 3.20.
Comment 2 Andreas Henriksson 2016-04-20 12:10:58 UTC
Attachment 326402 [details] pushed as fefba76 - Bump gtk+ dependency to >= 3.20