[empathy] log_window_get_messages_for_date: don't clear the marks on the calendar



commit 9ec19adf1ee7294ea71f128c509179ccd838651a
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Jun 22 17:12:39 2010 +0200

    log_window_get_messages_for_date: don't clear the marks on the calendar
    
    There is no reason to.

 libempathy-gtk/empathy-log-window.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index 03c37c8..afecd75 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -1073,8 +1073,6 @@ log_window_get_messages_for_date (EmpathyLogWindow *window,
   gchar *chat_id;
   gboolean is_chatroom;
 
-  gtk_calendar_clear_marks (GTK_CALENDAR (window->calendar_chats));
-
   if (!log_window_chats_get_selected (window, &account,
         &chat_id, &is_chatroom)) {
       return;



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