diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-24 22:44:35 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-25 00:32:28 +0800 |
commit | c6f80bd5d78054651c9ed0daab213a64059f4e5f (patch) | |
tree | 28d2ca1e2b00501bbcb1da5cfef88141c32cdc06 /libempathy-gtk/empathy-log-window.c | |
parent | b08b12f0ec3803b355c2a1355ae92fdcb4833e7b (diff) | |
download | gsoc2013-empathy-c6f80bd5d78054651c9ed0daab213a64059f4e5f.tar gsoc2013-empathy-c6f80bd5d78054651c9ed0daab213a64059f4e5f.tar.gz gsoc2013-empathy-c6f80bd5d78054651c9ed0daab213a64059f4e5f.tar.bz2 gsoc2013-empathy-c6f80bd5d78054651c9ed0daab213a64059f4e5f.tar.lz gsoc2013-empathy-c6f80bd5d78054651c9ed0daab213a64059f4e5f.tar.xz gsoc2013-empathy-c6f80bd5d78054651c9ed0daab213a64059f4e5f.tar.zst gsoc2013-empathy-c6f80bd5d78054651c9ed0daab213a64059f4e5f.zip |
empathy-log-window: remove trailing tabs
Diffstat (limited to 'libempathy-gtk/empathy-log-window.c')
-rw-r--r-- | libempathy-gtk/empathy-log-window.c | 4 |
1 files 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, |