diff src/options.h @ 730:2d8a8e892b5e

Use a struct to handle editor's properties.
author zas_
date Thu, 22 May 2008 08:49:52 +0000
parents 9f00d0d874fa
children a7289f9e8d29
line wrap: on
line diff
--- a/src/options.h	Wed May 21 19:37:18 2008 +0000
+++ b/src/options.h	Thu May 22 08:49:52 2008 +0000
@@ -108,8 +108,7 @@
 	} collections;
 
 	/* editors */
-	gchar *editor_name[GQ_EDITOR_SLOTS];
-	gchar *editor_command[GQ_EDITOR_SLOTS];
+	Editor editor[GQ_EDITOR_SLOTS];
 
 	/* file sorting */
 	struct {