diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-22 23:12:39 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-22 23:27:28 +0800 |
commit | 9ec19adf1ee7294ea71f128c509179ccd838651a (patch) | |
tree | e3d07152694c30d54aaf799c9920aeda6320ec63 /libempathy-gtk | |
parent | 865c47d9121bb63474ecaed7f5451188db67382b (diff) | |
download | gsoc2013-empathy-9ec19adf1ee7294ea71f128c509179ccd838651a.tar gsoc2013-empathy-9ec19adf1ee7294ea71f128c509179ccd838651a.tar.gz gsoc2013-empathy-9ec19adf1ee7294ea71f128c509179ccd838651a.tar.bz2 gsoc2013-empathy-9ec19adf1ee7294ea71f128c509179ccd838651a.tar.lz gsoc2013-empathy-9ec19adf1ee7294ea71f128c509179ccd838651a.tar.xz gsoc2013-empathy-9ec19adf1ee7294ea71f128c509179ccd838651a.tar.zst gsoc2013-empathy-9ec19adf1ee7294ea71f128c509179ccd838651a.zip |
log_window_get_messages_for_date: don't clear the marks on the calendar
There is no reason to.
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | 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 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; |