[Github-comments] [geany/geany] Plugin-API: extended project API (#2234)

LarsGit223 notifications at xxxxx
Sat Aug 3 16:53:28 UTC 2019


>  or is it reloaded anew every time the Preferences dialog is re-opened?

Yes, in function ```prefs_init_dialog()``` in file ```prefs.c``` the dialog is synced to the global value:
``` C
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(widget), project_prefs.use_project_session_files);
```
Also, the Workbench plugin is only temporarily setting the value to ```FALSE``` and then restores the old value.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2234#issuecomment-517939037
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190803/5783ac53/attachment.html>


More information about the Github-comments mailing list