diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2011-08-22 23:25:49 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2011-08-22 23:26:47 +0800 |
commit | 64e2c818c7faead9671d959a87d60ce92c082ab1 (patch) | |
tree | 78d63cc08bd90057b5c994714eebe234fe0c8201 /libempathy-gtk | |
parent | 78265c9fd2f7526876c1418b80dda44d96f6c644 (diff) | |
download | gsoc2013-empathy-64e2c818c7faead9671d959a87d60ce92c082ab1.tar gsoc2013-empathy-64e2c818c7faead9671d959a87d60ce92c082ab1.tar.gz gsoc2013-empathy-64e2c818c7faead9671d959a87d60ce92c082ab1.tar.bz2 gsoc2013-empathy-64e2c818c7faead9671d959a87d60ce92c082ab1.tar.lz gsoc2013-empathy-64e2c818c7faead9671d959a87d60ce92c082ab1.tar.xz gsoc2013-empathy-64e2c818c7faead9671d959a87d60ce92c082ab1.tar.zst gsoc2013-empathy-64e2c818c7faead9671d959a87d60ce92c082ab1.zip |
search-bar: make close button non-important stock gtk-close
This has the much nicer side-effect that if it gets thrown off the
side because it doesn't have enough room, the icon and label will be
shown in the expander.
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-search-bar.ui | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-search-bar.ui b/libempathy-gtk/empathy-search-bar.ui index 0cb9f3c7b..f6a615ede 100644 --- a/libempathy-gtk/empathy-search-bar.ui +++ b/libempathy-gtk/empathy-search-bar.ui @@ -119,9 +119,8 @@ <child> <object class="GtkToolButton" id="search_close"> <property name="visible">True</property> - <property name="is_important">True</property> - <property name="receives_default">True</property> - <property name="icon_name">gtk-close</property> + <property name="is_important">False</property> + <property name="stock_id">gtk-close</property> </object> <packing> <property name="expand">False</property> |