diff src/trash.c @ 730:2d8a8e892b5e

Use a struct to handle editor's properties.
author zas_
date Thu, 22 May 2008 08:49:52 +0000
parents d897ff542ad9
children 7148e125bf23
line wrap: on
line diff
--- a/src/trash.c	Wed May 21 19:37:18 2008 +0000
+++ b/src/trash.c	Thu May 22 08:49:52 2008 +0000
@@ -181,7 +181,7 @@
 {
 	gchar *buf;
 
-	if (options->editor_command[CMD_DELETE])
+	if (options->editor[CMD_DELETE].command)
 		{
 		buf = g_strdup(_("Deletion by external command"));
 		}