moonshot-utils: Fix typo
authorJavier Jardón <javier.jardon@codethink.co.uk>
Mon, 23 May 2011 13:26:17 +0000 (14:26 +0100)
committerJavier Jardón <javier.jardon@codethink.co.uk>
Mon, 23 May 2011 13:26:17 +0000 (14:26 +0100)
src/moonshot-utils.vala

index 87c5ff8..9f11c12 100644 (file)
@@ -30,7 +30,7 @@ public Gdk.Pixbuf? find_icon (string name, int size)
         return new Gdk.Pixbuf.from_file_at_size (filename, size, size);
 #else
         var icon_theme = Gtk.IconTheme.get_default ();
-        return icon_theme.load_icon (name, icon_size, Gtk.IconLookupFlags.FORCE_SIZE);
+        return icon_theme.load_icon (name, size, Gtk.IconLookupFlags.FORCE_SIZE);
 #endif
     }
     catch (Error e)