[gnome-shell] placeDisplay: Fix another typo preventing place launching



commit b23989871e5f40be714e584526f291340d05f667
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Feb 13 09:49:57 2011 -0500

    placeDisplay: Fix another typo preventing place launching
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642207

 js/ui/placeDisplay.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/placeDisplay.js b/js/ui/placeDisplay.js
index 1c41879..a44506e 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));
     },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]