Skip to content

HtmlTextview: Fix warning regarding TargetList on destroy

Daniel Brötzmann requested to merge wurstsalat/gajim:drag-dest-textview into master

This fixes a GTK warning which occured sometimes while closing a ChatControl which was open in a previous Gajim session. This fix is similar to the one in 53d6c8c2

Warning message:

'Can't set a target list on a widget until you've called gtk_drag_dest_set() to make the widget into a drag destination'

Merge request reports