@LarsGit223 commented on this pull request.


In workbench/src/workbench.c:

> +{
+	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.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.