Skip to content
  • Christophe Fergeau's avatar
    preferences: Fix MB/MiB confusion · 85715707
    Christophe Fergeau authored
    NAUTILUS_PREFERENCES_FILE_THUMBNAIL_LIMIT really uses MiB as its unit,
    not MB as we multiply its value by 1024*1024 (MEGA_TO_BASE_RATE) in
    thumbnail_limit_changed_callback(). This commit changes
    MEGA_TO_BASE_RATE and its maximum value so that it shows a number using
    MB unit as advertised.
    85715707