aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-store.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-03-16 21:55:36 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-03-16 21:55:36 +0800
commitc240877c746fa5f611ef7a557829a706bf677b2f (patch)
tree1f604dfd2b57efefc5f19b9ef7ca1f5fc079b621 /libempathy-gtk/empathy-contact-list-store.c
parent1a5366e019901b736c11b469b4f35324fa87fd62 (diff)
downloadgsoc2013-empathy-c240877c746fa5f611ef7a557829a706bf677b2f.tar
gsoc2013-empathy-c240877c746fa5f611ef7a557829a706bf677b2f.tar.gz
gsoc2013-empathy-c240877c746fa5f611ef7a557829a706bf677b2f.tar.bz2
gsoc2013-empathy-c240877c746fa5f611ef7a557829a706bf677b2f.tar.lz
gsoc2013-empathy-c240877c746fa5f611ef7a557829a706bf677b2f.tar.xz
gsoc2013-empathy-c240877c746fa5f611ef7a557829a706bf677b2f.tar.zst
gsoc2013-empathy-c240877c746fa5f611ef7a557829a706bf677b2f.zip
fix indentation
svn path=/trunk/; revision=804
Diffstat (limited to 'libempathy-gtk/empathy-contact-list-store.c')
-rw-r--r--libempathy-gtk/empathy-contact-list-store.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-contact-list-store.c b/libempathy-gtk/empathy-contact-list-store.c
index 84c7223ff..1b3311810 100644
--- a/libempathy-gtk/empathy-contact-list-store.c
+++ b/libempathy-gtk/empathy-contact-list-store.c
@@ -209,8 +209,7 @@ contact_list_store_set_contact_list (EmpathyContactListStore *store,
priv->list = g_object_ref (list_iface);
/* Let a chance to have all properties set before populating */
- g_idle_add (contact_list_store_iface_setup,
- store);
+ g_idle_add (contact_list_store_iface_setup, store);
}
static void