Comment 5 for bug 409130

Revision history for this message
Bart de Koning (bratdaking) wrote : Re: launching backintime as root fails to start

Thanks! Changing in line 212:

  self.store_folder_view = gtk.ListStore( str, str, str, int, str,
str, long )
did not work actually, however:

  self.store_folder_view = gtk.ListStore( str, str, str, int, str,
str, float )

So making it a float instead of a normal integer did work out: it is able to read larger files now...
I changed the status to Fix committed, that is OK right?