[Github-comments] [geany-plugins] scope working dir does not accept a dir (#304)
J-Dunn
notifications at xxxxx
Thu Nov 12 09:18:47 UTC 2015
Bug fix:
geany-plugins/scope/src/program.c
``` working_dir_entry = GTK_ENTRY(get_widget("program_working_dir_entry"));
gtk_entry_set_max_length(working_dir_entry, PATH_MAX);
stash_group_add_entry(group, &program_working_dir, "working_dir", "", working_dir_entry);
ui_setup_open_button_callback(get_widget("program_working_dir_button"), NULL,
GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, working_dir_entry);
// GTK_FILE_CHOOSER_ACTION_OPEN, working_dir_entry);
```
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/304#issuecomment-156042463
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151112/ba6e721f/attachment.html>
More information about the Github-comments
mailing list