summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2017-12-25 19:41:27 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2017-12-25 19:41:27 +0100
commitc378704bf36d6f5b7ac0a55f30ecdd7573a9c732 (patch)
tree7f8a089c0d82aa0591fc307d91c6369bccde77f1 /data
parent50874587a6f6839580973870a9ad807ef1afcd1a (diff)
downloadgnome-contacts-c378704bf36d6f5b7ac0a55f30ecdd7573a9c732.tar.gz
ContactsWindow: rename toolbars to headers.
Diffstat (limited to 'data')
-rw-r--r--data/ui/contacts-window.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/ui/contacts-window.ui b/data/ui/contacts-window.ui
index 30432a8..5b24b36 100644
--- a/data/ui/contacts-window.ui
+++ b/data/ui/contacts-window.ui
@@ -138,7 +138,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
- <object class="GtkHeaderBar" id="left_toolbar">
+ <object class="GtkHeaderBar" id="left_header">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="title" translatable="yes">All Contacts</property>
@@ -211,7 +211,7 @@
</object>
</child>
<child>
- <object class="GtkHeaderBar" id="right_toolbar">
+ <object class="GtkHeaderBar" id="right_header">
<property name="visible">True</property>
<property name="hexpand">True</property>
<property name="show_close_button">True</property>
@@ -321,7 +321,7 @@
<object class="GtkSizeGroup" id="left_pane_size_group">
<property name="mode">horizontal</property>
<widgets>
- <widget name="left_toolbar"/>
+ <widget name="left_header"/>
<widget name="loading_box"/>
</widgets>
</object>