From b23989871e5f40be714e584526f291340d05f667 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sun, 13 Feb 2011 09:49:57 -0500 Subject: [PATCH] placeDisplay: Fix another typo preventing place launching 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 1c418797d..a44506e70 100644 --- a/js/ui/placeDisplay.js +++ b/js/ui/placeDisplay.js @@ -93,7 +93,7 @@ PlaceDeviceInfo.prototype = { 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(), _makeLaunchContext(params)); },