mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
properties-window: Stop using deprecated property
GtkImage:stock and GTK_STOCK_MISSING_IMAGE are deprecated.
This commit is contained in:
parent
1e010f94aa
commit
fef7cb3dd8
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
|||
<object class="GtkImage" id="icon_image">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="stock">gtk-missing-image</property>
|
||||
<property name="icon-name">image-missing</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="name">icon_image</property>
|
||||
|
@ -60,7 +60,7 @@
|
|||
<object class="GtkImage" id="icon_button_image">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="stock">gtk-missing-image</property>
|
||||
<property name="icon-name">image-missing</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
|
Loading…
Reference in a new issue