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 739422 - editor: Don't use deprecated GtkImage:stock property
editor: Don't use deprecated GtkImage:stock property
Status: RESOLVED FIXED
Product: dconf-editor
Classification: Other
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: dconf-editor maintainer(s)
dconf-editor maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-10-30 18:54 UTC by Marcus Karlsson
Modified: 2015-02-22 12:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
dconf-editor: Don't use stock image (1.03 KB, patch)
2014-10-30 18:58 UTC, Marcus Karlsson
committed Details | Review

Description Marcus Karlsson 2014-10-30 18:54:40 UTC
Dconf-editor uses the deprecated GtkImage:stock property. This yields
the following message on the console when launching the application:

(dconf-editor:28796): GLib-GObject-WARNING **: The property GtkImage:stock is deprecated and shouldn't be used anymore. It will be removed in a future version.

It is used in the close button in the search box in the file dconf-editor.ui. It should most likely use the GtkImage:icon-name property instead.
Comment 1 Marcus Karlsson 2014-10-30 18:58:05 UTC
Created attachment 289693 [details] [review]
dconf-editor: Don't use stock image

This patch makes dconf-editor use the GtkImage:icon-name property.
Comment 2 Robert Ancell 2014-10-30 20:30:11 UTC
Review of attachment 289693 [details] [review]:

Looks good, thanks Marcus!
Comment 3 Robert Ancell 2014-10-30 20:32:45 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Comment 4 André Klapper 2015-02-22 12:23:29 UTC
[moving dconf>editor tickets to dconf-editor product. See bug 744791]