[Github-comments] [geany/geany] Context menu update (#2550)

Matthew Brush notifications at xxxxx
Sat Jul 18 01:18:40 UTC 2020


@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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20200717/35e9bf65/attachment.htm>


More information about the Github-comments mailing list