diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-12-08 11:29:14 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-12-08 11:29:14 -0500 |
commit | 029a84aa74acbd450af9c61d1ea6549a0d4d9e66 (patch) | |
tree | 8509ebd738fa99065c61effe4623ff1e02b5e998 /examples | |
parent | 276c4625538b287d6aec5664f38b3df24b11b101 (diff) | |
download | gtk+-029a84aa74acbd450af9c61d1ea6549a0d4d9e66.tar.gz |
Fix fallout from the show-close-button rename
I had overlooked ui files. We should really
validate those during build.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/application10/window.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/application10/window.ui b/examples/application10/window.ui index 6c026972ad..c751dc69fb 100644 --- a/examples/application10/window.ui +++ b/examples/application10/window.ui @@ -8,7 +8,7 @@ <child type="titlebar"> <object class="GtkHeaderBar" id="header"> <property name="visible">True</property> - <property name="show-close-button">True</property> + <property name="show-title-buttons">True</property> <child> <object class="GtkLabel" id="lines_label"> <property name="visible">False</property> |