[Xfce-bugs] [Bug 11690] Add setting to show file sizes in bytes

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sun Feb 4 21:47:15 CET 2018


https://bugzilla.xfce.org/show_bug.cgi?id=11690

--- Comment #26 from Adam Purkrt <adam at purkrt.net> ---
Alex, I am all for double spaces and to add this without a setting, but your
patch is definitely wrong. You can not substitute
g_format_size_full (size_summary, ...)
with
thunar_file_get_size_string_long (file, ...)
the size_summary contains the size of all selected files (e.g.), whereas in the
second case you are working with not well defined file
Let me prepare a correct patch (with double spaces as separator).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list