summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-07-13 13:10:36 +0300
committerErnestas Kulik <ekulik@redhat.com>2019-06-29 14:33:41 +0200
commit207a62e000dd86a8efd9336f141b380a3ac92b1e (patch)
treee20aadd92726ee735f481912ae11aea4d3b7c6ec
parent78bb278a6ed4044cb4d3c2e88997c030cbc43712 (diff)
downloadnautilus-207a62e000dd86a8efd9336f141b380a3ac92b1e.tar.gz
nautilus-toolbar.ui: Rename GtkHeaderBar:show-close-button
The property is now show-title-buttons.
-rw-r--r--src/resources/ui/nautilus-toolbar.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/ui/nautilus-toolbar.ui b/src/resources/ui/nautilus-toolbar.ui
index 17cad3b34..1124dbbca 100644
--- a/src/resources/ui/nautilus-toolbar.ui
+++ b/src/resources/ui/nautilus-toolbar.ui
@@ -416,7 +416,7 @@
<template class="NautilusToolbar" parent="GtkHeaderBar">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="show_close_button">True</property>
+ <property name="show-title-buttons">True</property>
<child type="title">
<object class="GtkBox" id="header_toolbar">
<property name="width_request">270</property>