placeDisplay: Fix typo preventing places from being launched
0d32017ffc
accidentally introduced
a typo when launching places.
https://bugzilla.gnome.org/show_bug.cgi?id=642207
This commit is contained in:
parent
6bf2dd9138
commit
03729a71f4
@ -95,7 +95,7 @@ PlaceDeviceInfo.prototype = {
|
|||||||
|
|
||||||
launch: function(param) {
|
launch: function(param) {
|
||||||
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(),
|
||||||
_makeLaunchContex(params));
|
_makeLaunchContext(params));
|
||||||
},
|
},
|
||||||
|
|
||||||
isRemovable: function() {
|
isRemovable: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user