diff src/view_dir_tree.c @ 1437:a3d3208b0c50

gint -> gboolean.
author zas_
date Sun, 15 Mar 2009 07:07:52 +0000
parents 249bf204004a
children 67b40740122e
line wrap: on
line diff
--- a/src/view_dir_tree.c	Sat Mar 14 23:26:42 2009 +0000
+++ b/src/view_dir_tree.c	Sun Mar 15 07:07:52 2009 +0000
@@ -665,7 +665,7 @@
  *----------------------------------------------------------------------------
  */
 
-static gint selection_is_ok = FALSE;
+static gboolean selection_is_ok = FALSE;
 
 static gboolean vdtree_select_cb(GtkTreeSelection *selection, GtkTreeModel *store, GtkTreePath *tpath,
 				 gboolean path_currently_selected, gpointer data)