diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-16 21:55:36 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-16 21:55:36 +0800 |
commit | c240877c746fa5f611ef7a557829a706bf677b2f (patch) | |
tree | 1f604dfd2b57efefc5f19b9ef7ca1f5fc079b621 /libempathy-gtk | |
parent | 1a5366e019901b736c11b469b4f35324fa87fd62 (diff) | |
download | gsoc2013-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')
-rw-r--r-- | libempathy-gtk/empathy-contact-list-store.c | 3 |
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 |