summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-04-17 10:52:50 -0700
committerMatthias Clasen <mclasen@redhat.com>2014-04-17 22:55:36 -0400
commitf521dddaed9c29fc465c4f6e952232277015fc82 (patch)
tree78727275431077826a6f851ada64f1943b6b16b4 /examples
parente4e75a94f5c0b6b9945c5b83107920d54087b6aa (diff)
downloadgtk+-f521dddaed9c29fc465c4f6e952232277015fc82.tar.gz
example: Don't set a nonexisting property
The GtkHeaderBar::show-fallback-app-menu property does not exist, and isn't needed anyway.
Diffstat (limited to 'examples')
-rw-r--r--examples/application10/window.ui1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/application10/window.ui b/examples/application10/window.ui
index f90456dacb..3f7eede65b 100644
--- a/examples/application10/window.ui
+++ b/examples/application10/window.ui
@@ -9,7 +9,6 @@
<object class="GtkHeaderBar" id="header">
<property name="visible">True</property>
<property name="show-close-button">True</property>
- <property name="show-fallback-app-menu">True</property>
<child>
<object class="GtkLabel" id="lines_label">
<property name="visible">False</property>