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.
--
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-plugins/pull/598#discussion_r134090703