@LarsGit223 commented on this pull request.


In workbench/src/wb_project.c:

> +{
+	if (prj != NULL)
+	{
+		return prj->filename;
+	}
+	return NULL;
+}
+
+
+/** Get the name of a project.
+ *
+ * @param prj The project
+ * @return The project name
+ *
+ **/
+gchar *wb_project_get_name(WB_PROJECT *prj)

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.