summaryrefslogtreecommitdiff
path: root/src/mapBubble.js
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@update.uu.se>2017-11-02 21:56:14 +0100
committerMarcus Lundblad <ml@update.uu.se>2017-11-02 22:01:59 +0100
commitd94d88b24b3dc74f7a149fc34047c874f7d3d841 (patch)
tree0d4d877e884cc263b0fccfb227213e13d16634c7 /src/mapBubble.js
parente598da9f924d504e0768d9ff0e154f50e71a6f13 (diff)
downloadgnome-maps-d94d88b24b3dc74f7a149fc34047c874f7d3d841.tar.gz
mapBubble: Make Send To dialog modal
Like other dialogs, make this one modal to fix positioning when running under Wayland. https://bugzilla.gnome.org/show_bug.cgi?id=789836
Diffstat (limited to 'src/mapBubble.js')
-rw-r--r--src/mapBubble.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapBubble.js b/src/mapBubble.js
index f6087fad..d9434bc3 100644
--- a/src/mapBubble.js
+++ b/src/mapBubble.js
@@ -135,6 +135,7 @@ var MapBubble = new Lang.Class({
_initSendToButton: function(button) {
let dialog = new SendToDialog.SendToDialog({ transient_for: this.get_toplevel(),
+ modal: true,
mapView: this._mapView,
place: this._place });
if (!dialog.ensureApplications())