--- plugins/glob.c.orig 2005-12-07 20:23:12.000000000 -0700 +++ plugins/glob.c 2005-12-07 20:24:56.000000000 -0700 @@ -116,7 +116,7 @@ GtkWidget *action_area; GtkWidget *table; GtkTooltips *tooltips; - gint selected_row; + glong selected_row; dialog = gtk_dialog_new(); dialog_vbox = GTK_DIALOG(dialog)->vbox; @@ -138,7 +138,7 @@ { GString *text; gchar *filename, *s; - selected_row = (gint)GTK_CLIST(curr_view->clist)->selection->data; + selected_row = (glong)GTK_CLIST(curr_view->clist)->selection->data; gtk_clist_get_text(GTK_CLIST(curr_view->clist), selected_row, 0, &filename); if ((s = strrchr(filename, '.')) != NULL) {