From 830aa2622ca7832e4daad33bbe82e06d81be7388 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Thu, 24 Feb 2011 10:46:38 +0000 Subject: Indentation fix --- libempathy-gtk/empathy-log-window.c | 42 ++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c index 60859968e..7c878ce06 100644 --- a/libempathy-gtk/empathy-log-window.c +++ b/libempathy-gtk/empathy-log-window.c @@ -820,27 +820,27 @@ log_manager_got_entities_cb (GObject *manager, store = GTK_LIST_STORE (model); for (l = entities; l; l = l->next) { - TplEntity *entity; - - entity = TPL_ENTITY (l->data); - - gtk_list_store_append (store, &iter); - gtk_list_store_set (store, &iter, - COL_CHAT_ICON, "empathy-available", /* FIXME */ - COL_CHAT_NAME, tpl_entity_get_alias (entity), - COL_CHAT_ACCOUNT, account, - COL_CHAT_TARGET, entity, - -1); - - if (window->selected_account != NULL && - !tp_strdiff (tp_proxy_get_object_path (account), - tp_proxy_get_object_path (window->selected_account))) - select_account = TRUE; - - /* FIXME: Update COL_CHAT_ICON/NAME */ - if (tpl_entity_get_entity_type (entity) == TPL_ENTITY_ROOM) { - } else { - } + TplEntity *entity; + + entity = TPL_ENTITY (l->data); + + gtk_list_store_append (store, &iter); + gtk_list_store_set (store, &iter, + COL_CHAT_ICON, "empathy-available", /* FIXME */ + COL_CHAT_NAME, tpl_entity_get_alias (entity), + COL_CHAT_ACCOUNT, account, + COL_CHAT_TARGET, entity, + -1); + + if (window->selected_account != NULL && + !tp_strdiff (tp_proxy_get_object_path (account), + tp_proxy_get_object_path (window->selected_account))) + select_account = TRUE; + + /* FIXME: Update COL_CHAT_ICON/NAME */ + if (tpl_entity_get_entity_type (entity) == TPL_ENTITY_ROOM) { + } else { + } } g_list_free_full (entities, g_object_unref); -- cgit v1.2.3