diff src/main.c @ 341:15c6b94545a2

Move safe_delete* and in place rename options to file_ops struct. Re-order rc file a bit.
author zas_
date Sat, 12 Apr 2008 22:04:29 +0000
parents 77103f3f2cb1
children 5c82855feba7
line wrap: on
line diff
--- a/src/main.c	Sat Apr 12 21:45:30 2008 +0000
+++ b/src/main.c	Sat Apr 12 22:04:29 2008 +0000
@@ -1169,8 +1169,8 @@
 	bookmark_add_default(_("Collections"), path);
 	g_free(path);
 
-	g_free(options->safe_delete_path);
-	options->safe_delete_path = concat_dir_and_file(homedir(), GQ_RC_DIR_TRASH);
+	g_free(options->file_ops.safe_delete_path);
+	options->file_ops.safe_delete_path = concat_dir_and_file(homedir(), GQ_RC_DIR_TRASH);
 
 	for (i = 0; i < COLOR_PROFILE_INPUTS; i++)
 		{