[empathy] Indentation fix
- From: Emilio Pozuelo Monfort <epm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Indentation fix
- Date: Thu, 24 Feb 2011 17:55:38 +0000 (UTC)
commit 830aa2622ca7832e4daad33bbe82e06d81be7388
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date: Thu Feb 24 10:46:38 2011 +0000
Indentation fix
libempathy-gtk/empathy-log-window.c | 42 +++++++++++++++++-----------------
1 files changed, 21 insertions(+), 21 deletions(-)
---
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index 6085996..7c878ce 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]