diff src/ui_tree_edit.c @ 1437:a3d3208b0c50

gint -> gboolean.
author zas_
date Sun, 15 Mar 2009 07:07:52 +0000
parents fe4da037be21
children 89dedc61b1bd
line wrap: on
line diff
--- a/src/ui_tree_edit.c	Sat Mar 14 23:26:42 2009 +0000
+++ b/src/ui_tree_edit.c	Sun Mar 15 07:07:52 2009 +0000
@@ -410,7 +410,7 @@
 	GtkTreeModel *store;
 	GtkTreePath *tpath;
 	GtkTreePath *fpath;
-	gint move = FALSE;
+	gboolean move = FALSE;
 
 	if (!iter) return FALSE;