--- fileview.c.orig 2005-12-07 21:03:10.000000000 -0700 +++ fileview.c.orig 2005-12-07 21:06:40.000000000 -0700 @@ -122,10 +122,10 @@ other_view->old_selection = g_list_copy( GTK_CLIST(other_view->clist)->selection); for (tmp = other_view->old_selection; tmp != NULL; tmp = tmp->next) - gtk_clist_set_background(GTK_CLIST(other_view->clist), (gint)tmp->data, + gtk_clist_set_background(GTK_CLIST(other_view->clist), (glong)tmp->data, &SELECT_COLOR); for (tmp = curr_view->old_selection; tmp != NULL; tmp = tmp->next) - gtk_clist_set_background(GTK_CLIST(curr_view->clist), (gint)tmp->data, + gtk_clist_set_background(GTK_CLIST(curr_view->clist), (glong)tmp->data, &CLIST_COLOR); gtk_clist_unselect_all(GTK_CLIST(other_view->clist));