LarsGit223 commented on this pull request.
+{
+ if (wb != NULL) + { + return wb->rescan_projects_on_open; + } + return FALSE; +} + + +/** Set the filename. + * + * @param wb The workbench + * @param filename Name of the workbench file + * + **/ +void workbench_set_filename(WORKBENCH *wb, gchar *filename)
Done.