placeDisplay: Fix another typo preventing place launching
https://bugzilla.gnome.org/show_bug.cgi?id=642207
This commit is contained in:
parent
fb5a0f8fa5
commit
b23989871e
@ -93,7 +93,7 @@ PlaceDeviceInfo.prototype = {
|
|||||||
return St.TextureCache.get_default().load_gicon(null, icon, size);
|
return St.TextureCache.get_default().load_gicon(null, icon, size);
|
||||||
},
|
},
|
||||||
|
|
||||||
launch: function(param) {
|
launch: function(params) {
|
||||||
Gio.app_info_launch_default_for_uri(this._mount.get_root().get_uri(),
|
Gio.app_info_launch_default_for_uri(this._mount.get_root().get_uri(),
|
||||||
_makeLaunchContext(params));
|
_makeLaunchContext(params));
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user