GNOME Bugzilla – Bug 739422
editor: Don't use deprecated GtkImage:stock property
Last modified: 2015-02-22 12:23:29 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.
Created attachment 289693 [details] [review] dconf-editor: Don't use stock image This patch makes dconf-editor use the GtkImage:icon-name property.
Review of attachment 289693 [details] [review]: Looks good, thanks Marcus!
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.
[moving dconf>editor tickets to dconf-editor product. See bug 744791]