[gnome-shell] placeDisplay: Fix accidental swap of parameters



commit cd30128af8c89288efe5c5dadef9971d6c2a527a
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Jan 31 16:37:11 2012 -0500

    placeDisplay: Fix accidental swap of parameters
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669236

 js/ui/placeDisplay.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/placeDisplay.js b/js/ui/placeDisplay.js
index 539e2c6..334cdab 100644
--- a/js/ui/placeDisplay.js
+++ b/js/ui/placeDisplay.js
@@ -157,8 +157,8 @@ const PlacesManager = new Lang.Class({
             function (size) {
                 // do NOT use St.Icon here, it crashes the shell
                 // see wanda.js for details
-                return St.TextureCache.get_default().load_icon_name('applications-internet',
-                                                                    null,
+                return St.TextureCache.get_default().load_icon_name(null,
+                                                                    'applications-internet',
                                                                     St.IconType.FULLCOLOR,
                                                                     size);
             },



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