about summary refs log tree commit diff stats
path: root/src/roster_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/roster_list.c')
-rw-r--r--src/roster_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roster_list.c b/src/roster_list.c
index ca777033..2d01d205 100644
--- a/src/roster_list.c
+++ b/src/roster_list.c
@@ -308,7 +308,7 @@ roster_get_contacts(void)
 }
 
 GSList *
-roster_get_contacts_nooffline(void)
+roster_get_contacts_online(void)
 {
     GSList *result = NULL;
     GHashTableIter iter;