aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-chat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index 5c563c854..65676b559 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -2889,11 +2889,11 @@ void
empathy_chat_find (EmpathyChat *chat)
{
EmpathyChatPriv *priv;
-
+
g_return_if_fail (EMPATHY_IS_CHAT (chat));
-
+
priv = GET_PRIV (chat);
-
+
empathy_search_bar_show (EMPATHY_SEARCH_BAR (priv->search_bar));
}