Diffusion Ark 1f0753660f13

Stop crashing when dropping on empty ArchiveView

Authored by elvisangelaccio on Sep 15 2016, 2:13 PM.

Description

Stop crashing when dropping on empty ArchiveView

ArchiveView was accepting drops events unconditionally, overriding the
MainWindow's ones. This resulted in a crash when the ArchiveView was
empty. Now we initially disable drop events, so that we can actually
open an archive by dropping it to any position in the Ark window.

BUG: 368807
FIXED-IN: 16.08.2

Details