[Github-comments] [geany/geany] Improve user experience when creating new projects, attempt 2 (PR #3042)

Jiří Techet notifications at xxxxx
Sat Mar 19 16:52:58 UTC 2022


@techee commented on this pull request.



>  	{
-		base_path = g_strconcat(project_dir, G_DIR_SEPARATOR_S,
-			name, G_DIR_SEPARATOR_S, NULL);
+		gchar *name = g_path_get_basename(base_p);

I think I wanted this to be a local variable for the block as it isn't used outside the block and forgot to remove the declaration at the beginning of the function. Will fix.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3042#discussion_r830504284
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3042/review/915018386 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220319/40b96bfd/attachment.htm>


More information about the Github-comments mailing list