Hi,
i recall having struggled with a file chooser some years ago,
but after some iterations got something that worked for me
for simple file operations. It was however impossible at that
time to tell the file chooser to open a file OR a dir so i ended
reinventing the wheel and wrote my own file
On 10/25/2017 12:43 AM, rbd wrote:
>
>
> Hi all,
>
> I have done some further experimentation with regard to my
> GtkFileChooser problem and discovered that the piece of my code that
> seems to be triggering this problem is the call to
> gtk_file_chooser_set_current_name() -- if I remove that
Hi all,
I have done some further experimentation with regard to my GtkFileChooser
problem and discovered that the piece of my code that seems to be
triggering this problem is the call to gtk_file_chooser_set_current_name()
-- if I remove that then I do not get the error described in my last