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 610318 - Bump GTK+ dep to 2.18 due to gtk_widget_set_can_default()
Bump GTK+ dep to 2.18 due to gtk_widget_set_can_default()
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: tracker-general
Jamie McCracken
Depends on:
Blocks:
 
 
Reported: 2010-02-17 23:03 UTC by Gilles Dartiguelongue
Modified: 2010-02-18 10:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gilles Dartiguelongue 2010-02-17 23:03:29 UTC
Since at least 0.7.17, tracker depends on gtk+-2.18 is nautilus extension is enabled:

$ egrep "gtk_widget_set_can_default" * -r
src/plugins/nautilus/tracker-tags-view.c:	gtk_widget_set_can_default (button, TRUE);
Comment 1 Martyn Russell 2010-02-18 10:58:56 UTC
Committed. Thanks for noticing ;)