diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2011-09-02 01:55:38 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-09-03 03:10:06 +0800 |
commit | 22de94f978df78e8b83ad515a6d6c870049b116b (patch) | |
tree | 80c067da023b51823eafe0a8e4daec3335ebc257 | |
parent | 55debdac5cb1a3a46a0c6e2bbc052e83f7e57f77 (diff) | |
download | gsoc2013-empathy-22de94f978df78e8b83ad515a6d6c870049b116b.tar gsoc2013-empathy-22de94f978df78e8b83ad515a6d6c870049b116b.tar.gz gsoc2013-empathy-22de94f978df78e8b83ad515a6d6c870049b116b.tar.bz2 gsoc2013-empathy-22de94f978df78e8b83ad515a6d6c870049b116b.tar.lz gsoc2013-empathy-22de94f978df78e8b83ad515a6d6c870049b116b.tar.xz gsoc2013-empathy-22de94f978df78e8b83ad515a6d6c870049b116b.tar.zst gsoc2013-empathy-22de94f978df78e8b83ad515a6d6c870049b116b.zip |
main-window: add back the primary-toolbar hint
https://bugzilla.gnome.org/show_bug.cgi?id=657956
-rw-r--r-- | src/empathy-main-window.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui index 711cab0da..a09d123f8 100644 --- a/src/empathy-main-window.ui +++ b/src/empathy-main-window.ui @@ -9,6 +9,9 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="toolbar_style">both</property> + <style> + <class name="primary-toolbar"/> + </style> </object> <packing> <property name="expand">False</property> |