Setting no limit size to trash directory is now possible using zero as value.
authorLaurent Monin <geeqie@norz.org>
Thu, 3 Apr 2008 08:51:32 +0000 (08:51 +0000)
committerLaurent Monin <geeqie@norz.org>
Thu, 3 Apr 2008 08:51:32 +0000 (08:51 +0000)
commitcf5166859290614def5203aea1900d302d02c6de
tree9face39c7a0256210cfa885736ea7b71c163af4e
parent84a0008e3167969e2250ac1169da57ad8464624d
Setting no limit size to trash directory is now possible using zero as value.
A tooltip was added to the spinner to inform the user of this possibility.
When 0 is set, no remaining/free space check occurs.
Default size of the trash was set to a 128M and maximum size is now 2048MB, which
is more conform to today's standards.
The delete dialog now displays more information:
- if external command will be used
- if safe delete is on, max size and path to the trash
- if safe delete is off
src/globals.c
src/preferences.c
src/utilops.c