comparison src/globals.c @ 283:e213fb025621

GQVIEW_* -> GQ_*
author zas_
date Tue, 08 Apr 2008 23:16:12 +0000
parents 9995c5fb202a
children 6917ea10738c
comparison
equal deleted inserted replaced
282:c2cb12def9d6 283:e213fb025621
62 gint thumbnail_fast = TRUE; 62 gint thumbnail_fast = TRUE;
63 gint thumbnail_spec_standard = TRUE; 63 gint thumbnail_spec_standard = TRUE;
64 gint enable_metadata_dirs = FALSE; 64 gint enable_metadata_dirs = FALSE;
65 gint show_dot_files = FALSE; 65 gint show_dot_files = FALSE;
66 gint file_filter_disable = FALSE; 66 gint file_filter_disable = FALSE;
67 gchar *editor_name[GQVIEW_EDITOR_SLOTS]; 67 gchar *editor_name[GQ_EDITOR_SLOTS];
68 gchar *editor_command[GQVIEW_EDITOR_SLOTS]; 68 gchar *editor_command[GQ_EDITOR_SLOTS];
69 69
70 gint thumbnails_enabled = FALSE; 70 gint thumbnails_enabled = FALSE;
71 SortType file_sort_method = SORT_NAME; 71 SortType file_sort_method = SORT_NAME;
72 gint file_sort_ascending = TRUE; 72 gint file_sort_ascending = TRUE;
73 73