GNOME Bugzilla – Bug 660894
Thinko in computation of fallback size for icons
Last modified: 2011-10-04 18:08:12 UTC
When reading the code, I caught a mistake in the fallback size that is returned for icons (in pixels). NAUTILUS_ZOOM_LEVEL_SIZE is part of a plain enum; what we want is the NAUTILUS_ICON_SIZE_STANDARD macro, which specifies a pixel size. Patch attached.
Created attachment 198230 [details] [review] Fix confusion in the fallback size for icons Just caught this when reading the code...
Review of attachment 198230 [details] [review]: Looks good, thanks.
Pushed to master; thanks!