empathy r2620 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2620 - trunk/libempathy
- Date: Fri, 6 Mar 2009 11:53:35 +0000 (UTC)
Author: xclaesse
Date: Fri Mar 6 11:53:35 2009
New Revision: 2620
URL: http://svn.gnome.org/viewvc/empathy?rev=2620&view=rev
Log:
Improve comment to explain what empathy_log_manager_get_filtered_messages does
From: Xavier Claessens <xclaesse gmail com>
Modified:
trunk/libempathy/empathy-log-manager.c
Modified: trunk/libempathy/empathy-log-manager.c
==============================================================================
--- trunk/libempathy/empathy-log-manager.c (original)
+++ trunk/libempathy/empathy-log-manager.c Fri Mar 6 11:53:35 2009
@@ -279,7 +279,8 @@
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]