Comment 4 for bug 644479

Revision history for this message
Evan (euagelos) wrote :

After disabling the label plugin, it seemed to work for about 5' but in the end it stopped responding. Since I run it from the console I got this message:

/usr/lib/python2.6/dist-packages/twisted/internet/gtk2reactor.py:270: GtkWarning: You must override the default 'drag_data_received' handler on GtkTreeView when using models that don't support the GtkTreeDragDest interface and enabling drag-and-drop. The simplest way to do this is to connect to 'drag_data_received' and call g_signal_stop_emission_by_name() in your signal handler to prevent the default handler from running. Look at the source code for the default handler in gtktreeview.c to get an idea what your handler should do. (gtktreeview.c is in the GTK source code.) If you're using GTK from a language other than C, there may be a more natural way to override default handlers, e.g. via derivation.
  self.__run()