aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-store.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-08-29 22:37:22 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-08-29 22:37:22 +0800
commitfe6a8678e1885b38ad7437436a1e5983aea2a8c7 (patch)
treed17300627005d603df8b60e8eba05d54ed092933 /libempathy-gtk/empathy-contact-list-store.c
parent3101d1f584d3e26eaeb4e75b973010f92cea3823 (diff)
downloadgsoc2013-empathy-fe6a8678e1885b38ad7437436a1e5983aea2a8c7.tar
gsoc2013-empathy-fe6a8678e1885b38ad7437436a1e5983aea2a8c7.tar.gz
gsoc2013-empathy-fe6a8678e1885b38ad7437436a1e5983aea2a8c7.tar.bz2
gsoc2013-empathy-fe6a8678e1885b38ad7437436a1e5983aea2a8c7.tar.lz
gsoc2013-empathy-fe6a8678e1885b38ad7437436a1e5983aea2a8c7.tar.xz
gsoc2013-empathy-fe6a8678e1885b38ad7437436a1e5983aea2a8c7.tar.zst
gsoc2013-empathy-fe6a8678e1885b38ad7437436a1e5983aea2a8c7.zip
coding style fixEMPATHY_3_1_90
Diffstat (limited to 'libempathy-gtk/empathy-contact-list-store.c')
-rw-r--r--libempathy-gtk/empathy-contact-list-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-list-store.c b/libempathy-gtk/empathy-contact-list-store.c
index 00f5f4ad1..189df5dc5 100644
--- a/libempathy-gtk/empathy-contact-list-store.c
+++ b/libempathy-gtk/empathy-contact-list-store.c
@@ -70,7 +70,7 @@ typedef struct {
guint setup_idle_id;
gboolean dispose_has_run;
GHashTable *status_icons;
- /* Hash: EmpathyContact* -> GQueue(GtkTreeRowReference) */
+ /* Hash: EmpathyContact* -> GQueue (GtkTreeRowReference) */
GHashTable *empathy_contact_cache;
/* Hash: char *groupname -> GtkTreeRowReference *row */
GHashTable *empathy_group_cache;