comparison 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
comparison
equal deleted inserted replaced
729:9a6a7e95467a 730:2d8a8e892b5e
179 179
180 gchar *file_util_safe_delete_status(void) 180 gchar *file_util_safe_delete_status(void)
181 { 181 {
182 gchar *buf; 182 gchar *buf;
183 183
184 if (options->editor_command[CMD_DELETE]) 184 if (options->editor[CMD_DELETE].command)
185 { 185 {
186 buf = g_strdup(_("Deletion by external command")); 186 buf = g_strdup(_("Deletion by external command"));
187 } 187 }
188 else 188 else
189 { 189 {