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 736973 - Residual GTK+ usage in tool/gkr-tool.c
Residual GTK+ usage in tool/gkr-tool.c
Status: RESOLVED FIXED
Product: gnome-keyring
Classification: Core
Component: general
3.13.x
Other Linux
: Normal trivial
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-09-19 13:06 UTC by tomsod-m
Modified: 2014-09-23 07:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
diff just in case (451 bytes, patch)
2014-09-19 13:06 UTC, tomsod-m
committed Details | Review

Description tomsod-m 2014-09-19 13:06:50 UTC
Created attachment 286624 [details] [review]
diff just in case

While GKR dependency on gtk+ was removed (as per bug# 686035), apparently there is a forgotten gtk_init() call in tool/gkr-tool.c . Since GTK is used nowhere else it doesn't really do anything, correct? So it's unnecessary.

More of a nitpick, of course, but my distro still lists gtk3 in package dependencies, and I cannot bring myself to argue so far as it is technically correct.
Comment 1 Stef Walter 2014-09-23 07:48:59 UTC
Thanks. Merged patch to git master.