From 03729a71f49382cadd8fe7372c25626959cf4339 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sat, 12 Feb 2011 21:46:50 -0500 Subject: [PATCH] placeDisplay: Fix typo preventing places from being launched 0d32017ffc6813546ba68c484c3902213df9bd84 accidentally introduced a typo when launching places. https://bugzilla.gnome.org/show_bug.cgi?id=642207 --- js/ui/placeDisplay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/placeDisplay.js b/js/ui/placeDisplay.js index 04ce63c62..1c418797d 100644 --- a/js/ui/placeDisplay.js +++ b/js/ui/placeDisplay.js @@ -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() {