diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-log-window.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c index 80274cad9..70a84180a 100644 --- a/libempathy-gtk/empathy-log-window.c +++ b/libempathy-gtk/empathy-log-window.c @@ -1733,9 +1733,6 @@ log_window_events_setup (EmpathyLogWindow *window) gtk_tree_sortable_set_sort_column_id (sortable, COL_EVENTS_TS, GTK_SORT_ASCENDING); -/* FIXME gtk_tree_sortable_set_sort_func (sortable, - COL_EVENTS_NAME, sort_by_event_date, - NULL, NULL);*/ g_object_unref (store); } |