Skip to content

appDisplay: Return false in acceptDrop when not accepting the drop

Jonas Dreßler requested to merge verdre/gnome-shell:small-app-grid-fix into master

Fix what is probably a copy-paste error and return false instead of a CONTINUE DragMotionResult which is only meant for dragMotion events, not drop events. This makes sure we don't create a folder when dropping an app over the drag leeways of another icon.

Merge request reports