empathy r2623 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2623 - trunk/libempathy
- Date: Fri, 6 Mar 2009 11:53:45 +0000 (UTC)
Author: xclaesse
Date: Fri Mar 6 11:53:45 2009
New Revision: 2623
URL: http://svn.gnome.org/viewvc/empathy?rev=2623&view=rev
Log:
Fix typo in a comment
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:45 2009
@@ -299,7 +299,7 @@
}
else if (log_manager_message_date_cmp (new->data, out->data) > 0)
{
- /* This message is newer than the older message we have in out
+ /* This message is newer than the oldest message we have in out
* list. Remove the head of out list and insert this message */
g_object_unref (out->data);
out = g_list_delete_link (out, out);
@@ -308,7 +308,7 @@
}
else
{
- /* This message is older than the older message we have in out
+ /* This message is older than the oldest message we have in out
* list. Drop it. */
g_object_unref (new->data);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]