[gnome-shell-extensions] places-menu: Fix a typo



commit c4a694337c619da8f5edf1a9e8834699091748e8
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Feb 8 17:33:41 2013 +0100

    places-menu: Fix a typo
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693432

 extensions/places-menu/placeDisplay.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/places-menu/placeDisplay.js b/extensions/places-menu/placeDisplay.js
index a8b370c..6bd292c 100644
--- a/extensions/places-menu/placeDisplay.js
+++ b/extensions/places-menu/placeDisplay.js
@@ -222,7 +222,7 @@ const PlacesManager = new Lang.Class({
                 continue;
 
             let kind = 'devices';
-            if (volumes.get_identifier('class').indexOf('network') >= 0)
+            if (volumes[i].get_identifier('class').indexOf('network') >= 0)
                 kind = 'network';
 
             let mount = volumes[i].get_mount();


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