Gtk UI: Fix listing of big files on Windows (bug 1562)
commitd0eaccbc3625976995bde8067ccdab8ad2255d56
authorThomas Perl <m@thp.io>
Sat, 11 Feb 2012 13:39:22 +0000 (11 14:39 +0100)
committerThomas Perl <m@thp.io>
Sat, 11 Feb 2012 13:39:22 +0000 (11 14:39 +0100)
treecd83f2a92b26e87704f9e127221b081275668fa9
parent411d702f5c1c63324f90344338863fc0e10cd33c
Gtk UI: Fix listing of big files on Windows (bug 1562)

For files > 2GB, the list store couldn't handle the
long integer values. Fix this by using a different data
type in the ListStore.

Also fixed a bug that used the wrong units when showing
the file size in the main window (use_si_units was 1).
src/gpodder/gtkui/model.py