summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Karlsson <mk@acc.umu.se>2014-10-30 19:54:54 +0100
committerRobert Ancell <robert.ancell@canonical.com>2014-10-31 09:28:29 +1300
commit51c4aaf4a543591827ecd8504e34baaabf984a12 (patch)
treeaa83c6662082d653a2a815c224ebde26f05472c2
parent48e6cd5ed30d812130437eee17802222505a2e80 (diff)
downloaddconf-51c4aaf4a543591827ecd8504e34baaabf984a12.tar.gz
dconf-editor: Don't use stock image
Stock images are deprecated. Dconf-editor uses the GtkImage:stock property in the close button in the search box. Replace it with the GtkImage:icon-name property instead. https://bugzilla.gnome.org/show_bug.cgi?id=739422
-rw-r--r--editor/dconf-editor.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/dconf-editor.ui b/editor/dconf-editor.ui
index 6c700f5..3ac3247 100644
--- a/editor/dconf-editor.ui
+++ b/editor/dconf-editor.ui
@@ -275,7 +275,7 @@
<object class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="stock">gtk-close</property>
+ <property name="icon-name">window-close</property>
</object>
</child>
</object>