gnome-shell:wip/fix-drag-lock-up

Last commit made on 2018-09-19
Get this branch:
git clone -b wip/fix-drag-lock-up https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/fix-drag-lock-up
Repository:
lp:gnome-shell

Recent commits

82c72f3... by Ray Strode <email address hidden>

dnd: don't try to access destroyed dragActor

The dragComplete handler incorrectly checks
this._actorDestroyed to see if the drag actor
is destroyed. The drag actor may not be the same
as the main actor.

The end result is an exception in drop handling,
leading to a shell lockup.

This commit changes the code to always set
this._dragActor to undefined when it's destroyed,
and check for that condition instead of
this._actorDestroyed in the dragComplete handler.

Closes https://gitlab.gnome.org/GNOME/gnome-shell/issues/577

c2e9e68... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

Bump version to 3.30.0

Update NEWS.

bdbf804... by Ask Hjorth Larsen

Updated Danish translation

9718175... by gogo

Update Croatian translation

0ba346b... by Anders Jonsson

Update Swedish translation

614c448... by Harry Mallon <email address hidden>

Fix README link

f21f612... by Jiri Grönroos

Update Finnish translation

935de3e... by Rūdolfs Mazurs

Update Latvian translation

0f541f6... by =?utf-8?b?QmFsw6F6cyBNZXNrw7M=?= <email address hidden>

Update Hungarian translation

902c99c... by Trần Ngọc Quân

Updated Vietnamese translation

Signed-off-by: Trần Ngọc Quân <email address hidden>