diff options
-rw-r--r-- | libempathy-gtk/empathy-log-window.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c index 367d2f982..af1313e89 100644 --- a/libempathy-gtk/empathy-log-window.c +++ b/libempathy-gtk/empathy-log-window.c @@ -2192,9 +2192,6 @@ log_window_got_messages_for_date_cb (GObject *manager, { DEBUG ("Unable to retrieve messages for the selected date: %s. Aborting", error->message); -/* FIXME - empathy_chat_view_append_event (log_window->chatview_events, - "Unable to retrieve messages for the selected date");*/ g_error_free (error); goto out; } @@ -2366,9 +2363,6 @@ log_manager_got_dates_cb (GObject *manager, { DEBUG ("Unable to retrieve messages' dates: %s. Aborting", error->message); -/* FIXME - empathy_chat_view_append_event (log_window->chatview_events, - _("Unable to retrieve messages' dates"));*/ goto out; } |