Menu

#319 Gtk-WARNING: You must override the default 'drag_data_received' handler on GtkTreeView

2.1.4
open
nobody
None
5
2014-08-09
2014-01-29
Forest
No

When dropping flac files in gtkpod 2.1.4, the following message is printed to the console:

(gtkpod:19215): Gtk-WARNING **: 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.

I'm using Xubuntu 13.10 (Saucy).

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.