placeDisplay: Fix accidental swap of parameters

https://bugzilla.gnome.org/show_bug.cgi?id=669236
This commit is contained in:
Jasper St. Pierre 2012-01-31 16:37:11 -05:00
parent d61cdd8cea
commit cd30128af8

View File

@ -157,8 +157,8 @@ const PlacesManager = new Lang.Class({
function (size) { function (size) {
// do NOT use St.Icon here, it crashes the shell // do NOT use St.Icon here, it crashes the shell
// see wanda.js for details // see wanda.js for details
return St.TextureCache.get_default().load_icon_name('applications-internet', return St.TextureCache.get_default().load_icon_name(null,
null, 'applications-internet',
St.IconType.FULLCOLOR, St.IconType.FULLCOLOR,
size); size);
}, },