diff src/ui_tabcomp.c @ 1437:a3d3208b0c50

gint -> gboolean.
author zas_
date Sun, 15 Mar 2009 07:07:52 +0000
parents 2496a345c452
children 89dedc61b1bd
line wrap: on
line diff
--- a/src/ui_tabcomp.c	Sat Mar 14 23:26:42 2009 +0000
+++ b/src/ui_tabcomp.c	Sun Mar 15 07:07:52 2009 +0000
@@ -409,7 +409,7 @@
 	const gchar *entry_file;
 	gchar *entry_dir;
 	gchar *ptr;
-	gint home_exp = FALSE;
+	gboolean home_exp = FALSE;
 
 	if (entry_text[0] == '\0')
 		{
@@ -547,7 +547,7 @@
 			else
 				{
 				gsize c = strlen(entry_file);
-				gint done = FALSE;
+				gboolean done = FALSE;
 				gchar *test_file = poss->data;
 
 				while (!done)
@@ -602,7 +602,7 @@
 static gint tab_completion_key_pressed(GtkWidget *widget, GdkEventKey *event, gpointer data)
 {
 	TabCompData *td = data;
-	gint stop_signal = FALSE;
+	gboolean stop_signal = FALSE;
 
 	switch (event->keyval)
 		{