Re: GtkFileChooser problem

2017-10-25 Thread rbd
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

Re: GtkFileChooser problem

2017-10-24 Thread tito-wolit
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

Re: GtkFileChooser problem

2017-10-24 Thread rbd
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