[empathy] add 2 comments



commit 865c47d9121bb63474ecaed7f5451188db67382b
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Jun 22 17:10:58 2010 +0200

    add 2 comments

 libempathy-gtk/empathy-log-window.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index 50eadb0..03c37c8 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -1166,6 +1166,7 @@ log_manager_got_dates_cb (GObject *manager,
       window);
 
   if (date) {
+      /* Show messages of the most recent date */
       log_window_get_messages_for_date (window, date);
   }
 
@@ -1225,7 +1226,8 @@ log_window_chats_get_messages (EmpathyLogWindow *window,
 	}
 
 	if (date != NULL) {
-      log_window_get_messages_for_date (window, date);
+		/* Show messages of the selected date */
+		log_window_get_messages_for_date (window, date);
 	}
 
 	g_object_unref (account);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]