X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=libempathy-gtk%2Fempathy-contact-list-view.c;h=582ce696e17eec60462555af1de8dcfaa4adb795;hp=dd3dc54a6d5d5d682189711a42c6cd85e490c2fe;hb=c965d3f5c7d48e4f577817eb369ab0e771bb9c2a;hpb=f014e7c05ae05ec40926e8fdc4e7cd69bcf3359a diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c index dd3dc54a..582ce696 100644 --- a/libempathy-gtk/empathy-contact-list-view.c +++ b/libempathy-gtk/empathy-contact-list-view.c @@ -1039,10 +1039,6 @@ empathy_contact_list_view_class_init (EmpathyContactListViewClass *klass) widget_class->drag_begin = contact_list_view_drag_begin; widget_class->drag_data_get = contact_list_view_drag_data_get; widget_class->drag_end = contact_list_view_drag_end; - /* FIXME: noticed but when you drag the row over the treeview - * fast, it seems to stop redrawing itself, if we don't - * connect this signal, all is fine. - */ widget_class->drag_motion = contact_list_view_drag_motion; signals[DRAG_CONTACT_RECEIVED] =