From 9ec19adf1ee7294ea71f128c509179ccd838651a Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 22 Jun 2010 17:12:39 +0200 Subject: 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 file changed, 2 deletions(-) (limited to 'libempathy-gtk') diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c index 03c37c8d3..afecd751c 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; -- cgit v1.2.3