Re: gtk_file_chooser_unselect_all w/directory choosers

2006-03-08 Thread Ken Siersma
Ken Siersma wrote: I'm using GtkFileChooser with GtkFileChooserAction == GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER so that the user can choose a directory. I'm using gtk_file_chooser_unselect_all in case there are any directories in the CWD. That way, if the user hits OK as soon as the

gtk_file_chooser_unselect_all w/directory choosers

2006-03-07 Thread Ken Siersma
I'm using GtkFileChooser with GtkFileChooserAction == GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER so that the user can choose a directory. I'm using gtk_file_chooser_unselect_all in case there are any directories in the CWD. That way, if the user hits OK as soon as the chooser is opened, then