diff options
author | Wolfgang Müller | 2021-06-18 12:10:52 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-06-18 12:25:29 +0200 |
commit | ba7742686b9f5e6f576f37a60cf4cd782850de4c (patch) | |
tree | 23de71c96242a5940ba9deb37349c07e400fe280 /terminal.ui | |
parent | dcce4a7972eb400a98e1d7e297586af57817b28e (diff) | |
download | weltschmerz-ba7742686b9f5e6f576f37a60cf4cd782850de4c.tar.gz |
terminal.ui: Stop using deprecated 'stock' property
GTK-STOCK-OPEN was deprecated in GTK 3.10 [1]. Use the recommended named
icon 'document-open' icon instead.
[1] https://developer.gnome.org/gtk3/stable/gtk3-Stock-Items.html#GTK-STOCK-OPEN:CAPS
Diffstat (limited to 'terminal.ui')
-rw-r--r-- | terminal.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/terminal.ui b/terminal.ui index e757774..534b00b 100644 --- a/terminal.ui +++ b/terminal.ui @@ -50,7 +50,7 @@ <object class="GtkImage" id="open_directory_item_image"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="stock">gtk-open</property> + <property name="icon-name">document-open</property> </object> <object class="GtkMenu" id="standard_context_menu"> <property name="visible">True</property> |