comparison src/view_dir_tree.c @ 1437:a3d3208b0c50

gint -> gboolean.
author zas_
date Sun, 15 Mar 2009 07:07:52 +0000
parents 249bf204004a
children 67b40740122e
comparison
equal deleted inserted replaced
1436:d7a6fb7a90dd 1437:a3d3208b0c50
663 *---------------------------------------------------------------------------- 663 *----------------------------------------------------------------------------
664 * access 664 * access
665 *---------------------------------------------------------------------------- 665 *----------------------------------------------------------------------------
666 */ 666 */
667 667
668 static gint selection_is_ok = FALSE; 668 static gboolean selection_is_ok = FALSE;
669 669
670 static gboolean vdtree_select_cb(GtkTreeSelection *selection, GtkTreeModel *store, GtkTreePath *tpath, 670 static gboolean vdtree_select_cb(GtkTreeSelection *selection, GtkTreeModel *store, GtkTreePath *tpath,
671 gboolean path_currently_selected, gpointer data) 671 gboolean path_currently_selected, gpointer data)
672 { 672 {
673 return selection_is_ok; 673 return selection_is_ok;