diff src/globals.c @ 223:73efc1ba150f

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
author zas_
date Thu, 03 Apr 2008 08:51:32 +0000
parents f4a0555794a9
children 3c89da4aef95
line wrap: on
line diff
--- a/src/globals.c	Wed Apr 02 20:44:40 2008 +0000
+++ b/src/globals.c	Thu Apr 03 08:51:32 2008 +0000
@@ -43,7 +43,7 @@
 gint enable_delete_key = TRUE;
 gint safe_delete_enable = FALSE;
 gchar *safe_delete_path = NULL;
-gint safe_delete_size = 20;
+gint safe_delete_size = 128;
 gint restore_tool = FALSE;
 gint zoom_mode = ZOOM_RESET_ORIGINAL;
 gint two_pass_zoom = TRUE;