diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-15 22:00:52 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-15 22:00:52 +0800 |
commit | c965d3f5c7d48e4f577817eb369ab0e771bb9c2a (patch) | |
tree | f4f4b411e84014a18b2a2d8b66de3767082521ec | |
parent | f014e7c05ae05ec40926e8fdc4e7cd69bcf3359a (diff) | |
download | gsoc2013-empathy-c965d3f5c7d48e4f577817eb369ab0e771bb9c2a.tar gsoc2013-empathy-c965d3f5c7d48e4f577817eb369ab0e771bb9c2a.tar.gz gsoc2013-empathy-c965d3f5c7d48e4f577817eb369ab0e771bb9c2a.tar.bz2 gsoc2013-empathy-c965d3f5c7d48e4f577817eb369ab0e771bb9c2a.tar.lz gsoc2013-empathy-c965d3f5c7d48e4f577817eb369ab0e771bb9c2a.tar.xz gsoc2013-empathy-c965d3f5c7d48e4f577817eb369ab0e771bb9c2a.tar.zst gsoc2013-empathy-c965d3f5c7d48e4f577817eb369ab0e771bb9c2a.zip |
Remove a FIXME, seems to work perfectly now.
svn path=/trunk/; revision=1254
-rw-r--r-- | libempathy-gtk/empathy-contact-list-view.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c index dd3dc54a6..582ce696e 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] = |