changeset 234:39262b9ce195

Fix typos in functions names: file_list -> filelist.
author zas_
date Thu, 03 Apr 2008 20:34:49 +0000
parents f9634d21ad35
children a154d41fd666
files src/editors.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/editors.h	Thu Apr 03 20:25:22 2008 +0000
+++ b/src/editors.h	Thu Apr 03 20:34:49 2008 +0000
@@ -64,9 +64,9 @@
 
 void editor_reset_defaults(void);
 gint start_editor_from_file(gint n, FileData *fd);
-gint start_editor_from_file_list(gint n, GList *list);
+gint start_editor_from_filelist(gint n, GList *list);
 gint start_editor_from_file_full(gint n, FileData *fd, EditorCallback cb, gpointer data);
-gint start_editor_from_file_list_full(gint n, GList *list, EditorCallback cb, gpointer data);
+gint start_editor_from_filelist_full(gint n, GList *list, EditorCallback cb, gpointer data);
 gint editor_window_flag_set(gint n);
 const gchar *editor_get_error_str(gint flags);