Re: Selecting folders with GtkFileChooser

2008-02-01 Thread Dan H.
On Fri, Feb 01, 2008 at 05:17:15PM +0100, Dan H. wrote: > how can I set up a GtkFileChooser so that users can select a folder rather > than a file? Ah. Please forget that. Too obvious. --D. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.

Selecting folders with GtkFileChooser

2008-02-01 Thread Dan H.
Hello, how can I set up a GtkFileChooser so that users can select a folder rather than a file? As it is, one selects a a folder and clicks "open" (hoping to select that folder), but rather than returning that folder's path, the dialog just opens the folder and shows its contents. How can this be c