diff src/preferences.c @ 1437:a3d3208b0c50

gint -> gboolean.
author zas_
date Sun, 15 Mar 2009 07:07:52 +0000
parents d7a6fb7a90dd
children f879e7d94c6d
line wrap: on
line diff
--- a/src/preferences.c	Sat Mar 14 23:26:42 2009 +0000
+++ b/src/preferences.c	Sun Mar 15 07:07:52 2009 +0000
@@ -219,7 +219,7 @@
 static void config_window_apply(void)
 {
 	gint i;
-	gint refresh = FALSE;
+	gboolean refresh = FALSE;
 
 //	config_parse_editor_entries(editor_name_entry, editor_command_entry); 
 //	layout_edit_update_all();