GNOME Bugzilla – Bug 739421
editor: Don't use deprecated margin-right property
Last modified: 2015-02-22 12:23:49 UTC
Dconf-editor uses the deprecated GtkWidget property "margin-right." This yields the following message on the console when launching the application: (dconf-editor:24001): GLib-GObject-WARNING **: The property GtkWidget:margin-right is deprecated and shouldn't be used anymore. It will be removed in a future version. It is used in the "key_info_grid" grid in the file dconf-editor.ui. It should use the "margin-end" property instead, which unlike "margin-right" handles both left-to-right and right-to-left text directions.
Created attachment 289692 [details] [review] dconf-editor: Use margin-end instead of margin-right This patch makes dconf-editor use the "margin-right" property.
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.
Review of attachment 289692 [details] [review]: Looks good, thanks Marcus!
[moving dconf>editor tickets to dconf-editor product. See bug 744791]