[gnome-shell] placeDisplay: Fix typo preventing places from being launched



commit 03729a71f49382cadd8fe7372c25626959cf4339
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sat Feb 12 21:46:50 2011 -0500

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



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