diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx index 6bae76eab3fc..ba20f59d3ac8 100644 --- a/vcl/unx/gtk3/gtk3gtkframe.cxx +++ b/vcl/unx/gtk3/gtk3gtkframe.cxx @@ -3552,7 +3552,7 @@ gboolean GtkDropTarget::signalDragDrop(GtkWidget* pWidget, GdkDragContext* conte #ifndef NDEBUG bool res = #endif - g_idle_remove_by_data(this); + g_idle_remove_by_data(this); assert(res); css::datatransfer::dnd::DropTargetDropEvent aEvent;