From c6f80bd5d78054651c9ed0daab213a64059f4e5f Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 24 Jun 2009 15:44:35 +0100 Subject: empathy-log-window: remove trailing tabs --- libempathy-gtk/empathy-log-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c index dc2efa332..21d73f8ea 100644 --- a/libempathy-gtk/empathy-log-window.c +++ b/libempathy-gtk/empathy-log-window.c @@ -320,7 +320,7 @@ log_window_find_changed_cb (GtkTreeSelection *selection, gtk_widget_set_sensitive (window->button_next, FALSE); empathy_chat_view_clear (window->chatview_find); - + return; } @@ -646,7 +646,7 @@ log_window_chats_populate (EmpathyLogWindow *window) gtk_list_store_append (store, &iter); gtk_list_store_set (store, &iter, COL_CHAT_ICON, "empathy-available", /* FIXME */ - COL_CHAT_NAME, hit->chat_id, + COL_CHAT_NAME, hit->chat_id, COL_CHAT_ACCOUNT, account, COL_CHAT_ID, hit->chat_id, COL_CHAT_IS_CHATROOM, hit->is_chatroom, -- cgit v1.2.3