placeDisplay: Fix another typo preventing place launching

https://bugzilla.gnome.org/show_bug.cgi?id=642207
This commit is contained in:
Jasper St. Pierre 2011-02-13 09:49:57 -05:00
parent fb5a0f8fa5
commit b23989871e

View File

@ -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));
},