diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-08-09 12:37:16 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-08-09 12:37:16 +0800 |
commit | a5992fcfddf42b53ef8d6446b824780512f529b9 (patch) | |
tree | bddb972715735b6b76e381b85c10a7e41c5ea078 /libempathy-gtk | |
parent | 14ccd126b65741b4e5f9575cc0ddd6d371d40b9d (diff) | |
download | gsoc2013-empathy-a5992fcfddf42b53ef8d6446b824780512f529b9.tar gsoc2013-empathy-a5992fcfddf42b53ef8d6446b824780512f529b9.tar.gz gsoc2013-empathy-a5992fcfddf42b53ef8d6446b824780512f529b9.tar.bz2 gsoc2013-empathy-a5992fcfddf42b53ef8d6446b824780512f529b9.tar.lz gsoc2013-empathy-a5992fcfddf42b53ef8d6446b824780512f529b9.tar.xz gsoc2013-empathy-a5992fcfddf42b53ef8d6446b824780512f529b9.tar.zst gsoc2013-empathy-a5992fcfddf42b53ef8d6446b824780512f529b9.zip |
Set the primary toolbar style
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-log-window.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-log-window.ui b/libempathy-gtk/empathy-log-window.ui index 4a3bc60ae..08af5b65b 100644 --- a/libempathy-gtk/empathy-log-window.ui +++ b/libempathy-gtk/empathy-log-window.ui @@ -69,6 +69,9 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="toolbar_style">both</property> + <style> + <class name="primary-toolbar"/> + </style> <child> <object class="GtkToolButton" id="toolbutton_profile"> <property name="visible">True</property> |