]> git.0d.be Git - empathy.git/commitdiff
log_window_get_messages_for_date: don't clear the marks on the calendar
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 22 Jun 2010 15:12:39 +0000 (17:12 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 22 Jun 2010 15:27:28 +0000 (17:27 +0200)
There is no reason to.

libempathy-gtk/empathy-log-window.c

index 03c37c8d3a85335fc40217518a0267d068d2e702..afecd751c3571662d0a371020e143eae2d7233d0 100644 (file)
@@ -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;