diff options
-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> |