You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just built a clean git clone of geany and geany-plugins.
./configure --disable-all-plugins --enable-scope
Using Debug | Setup Program dialogue I attempt to set "Working dir" but it will not accept a dir. In fact this seems to be a FILE open dialogue. I have to select file and click "open", then manually edit off the file name part
Fedora 20, using gtk2 2.24.27
I have not worked with GTK+ recently but it seems the relevant call is :
BTW I see that these dialogues are being created using glade, so if glade is used for future work, that change may need to carried over into glade by whoever maintains that side of things.
The change to the actual source code provided above is tested and allows selection of the directory.
I have just built a clean git clone of geany and geany-plugins.
./configure --disable-all-plugins --enable-scope
Using Debug | Setup Program dialogue I attempt to set "Working dir" but it will not accept a dir. In fact this seems to be a FILE open dialogue. I have to select file and click "open", then manually edit off the file name part
Fedora 20, using gtk2 2.24.27
I have not worked with GTK+ recently but it seems the relevant call is :
gtk.FileChooser.set_action()
gtk.FILE_CHOOSER_ACTION_SELECT_FOLDER
https://developer.gnome.org/gtkmm/stable/classGtk_1_1FileChooser.html#ac455a88d080c044c03abb343c46b38db
The text was updated successfully, but these errors were encountered: