[dconf] dconf-editor: Don't use stock image
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] dconf-editor: Don't use stock image
- Date: Thu, 30 Oct 2014 20:29:29 +0000 (UTC)
commit 51c4aaf4a543591827ecd8504e34baaabf984a12
Author: Marcus Karlsson <mk acc umu se>
Date: Thu Oct 30 19:54:54 2014 +0100
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
editor/dconf-editor.ui | 2 +-
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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]