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:
Jasper St. Pierre 2011-02-12 21:46:50 -05:00
parent 6bf2dd9138
commit 03729a71f4

View File

@ -95,7 +95,7 @@ PlaceDeviceInfo.prototype = {
launch: function(param) {
Gio.app_info_launch_default_for_uri(this._mount.get_root().get_uri(),
_makeLaunchContex(params));
_makeLaunchContext(params));
},
isRemovable: function() {