Skip to content

Commit 9ed7064

Browse files
committed
placesManager.js: a new Gio.MountOperation takes no arguments.
This throws an error in cjs-128. Fixes linuxmint/lmde7-beta#13
1 parent 330b9ff commit 9ed7064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/ui/placesManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ PlaceDeviceInfo.prototype = {
125125
if (!this.isRemovable())
126126
return;
127127

128-
let mountOp = new Gio.MountOperation(this._mount);
128+
let mountOp = new Gio.MountOperation();
129129
let drive = this._mount.get_drive();
130130
let volume = this._mount.get_volume();
131131

0 commit comments

Comments
 (0)