comparison src/globals.c @ 227:41fc4bfc8b25

Add a debug level spinner at the end of Preferences > Advanced. One can now enable debug mode without restarting geeqie. A possibility to disable all debugging code and related options at compile time was added.
author zas_
date Thu, 03 Apr 2008 17:15:49 +0000
parents 3c89da4aef95
children 9995c5fb202a
comparison
equal deleted inserted replaced
226:3c89da4aef95 227:41fc4bfc8b25
103 gint show_fullscreen_info = TRUE; 103 gint show_fullscreen_info = TRUE;
104 gchar *fullscreen_info = NULL; 104 gchar *fullscreen_info = NULL;
105 105
106 gint dupe_custom_threshold = 99; 106 gint dupe_custom_threshold = 99;
107 107
108 #ifdef DEBUG
108 gint debug = FALSE; 109 gint debug = FALSE;
110 #endif
109 111
110 /* layout */ 112 /* layout */
111 gchar *layout_order = NULL; 113 gchar *layout_order = NULL;
112 gint layout_style = 0; 114 gint layout_style = 0;
113 115