@codebrainz commented on this pull request.
> @@ -475,7 +477,9 @@ static void
> on_copy_dir_path_to_clipboard_activate(GtkMenuItem *menuitem, GeanyD
{
g_return_if_fail(doc->is_valid);
+ gchar dirpath = g_path_get_basename(doc->real_path);
`g_path_get_dirname()`
--
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/pull/2550#pullrequestreview-451019236
