]> git.0d.be Git - empathy.git/commitdiff
Improve comment to explain what empathy_log_manager_get_filtered_messages does
authorXavier Claessens <xclaesse@gmail.com>
Fri, 6 Mar 2009 11:53:35 +0000 (11:53 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 6 Mar 2009 11:53:35 +0000 (11:53 +0000)
From: Xavier Claessens <xclaesse@gmail.com>

svn path=/trunk/; revision=2620

libempathy/empathy-log-manager.c

index 22404cd1e28f58dbc3d4480f9edbd906db121500..c663fe594d0bfc191df93e91c8740b95e0502447 100644 (file)
@@ -279,7 +279,8 @@ empathy_log_manager_get_filtered_messages (EmpathyLogManager *manager,
 
   priv = GET_PRIV (manager);
 
-  /* Get num_messages from each log store */
+  /* Get num_messages from each log store and keep only the
+   * newest ones in the out list. Keep that list sorted: Older first. */
   for (l = priv->stores; l; l = g_list_next (l))
     {
       EmpathyLogStore *store = EMPATHY_LOG_STORE (l->data);