comparison 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
comparison
equal deleted inserted replaced
222:77f1bcc6c161 223:73efc1ba150f
41 gchar *startup_path = NULL; 41 gchar *startup_path = NULL;
42 gint confirm_delete = TRUE; 42 gint confirm_delete = TRUE;
43 gint enable_delete_key = TRUE; 43 gint enable_delete_key = TRUE;
44 gint safe_delete_enable = FALSE; 44 gint safe_delete_enable = FALSE;
45 gchar *safe_delete_path = NULL; 45 gchar *safe_delete_path = NULL;
46 gint safe_delete_size = 20; 46 gint safe_delete_size = 128;
47 gint restore_tool = FALSE; 47 gint restore_tool = FALSE;
48 gint zoom_mode = ZOOM_RESET_ORIGINAL; 48 gint zoom_mode = ZOOM_RESET_ORIGINAL;
49 gint two_pass_zoom = TRUE; 49 gint two_pass_zoom = TRUE;
50 gint scroll_reset_method = SCROLL_RESET_TOPLEFT; 50 gint scroll_reset_method = SCROLL_RESET_TOPLEFT;
51 gint fit_window = FALSE; 51 gint fit_window = FALSE;