Figured that out. :)
If I use the same FileChooserDialog object, it remembers its state.
Earlier I was using a temporary FileChooserDialog object so the state
was lost.
Ram
On 4/21/06, Ramashish Baranwal <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am using a Gtk::FileChooserDialog to get the name of a
Hi,
I am using a Gtk::FileChooserDialog to get the name of a file from the
user. Currently whenever the dialog shows up, the active directory is
always the directory from where the program is run. I would like the
dialog to "remember" the directory from where the user selected his
file last time.