Skip to content

RosterWindow: Fix Index out of range

Daniel Brötzmann requested to merge wurstsalat/gajim:roster-drop-fix into master

When dropping a file on the roster without a row selected, an Index error occured in the drag and drop handler. This checks if there is a selection.

Fixes #9549 (closed)

Merge request reports