[Github-comments] [geany] Fix for "Open in New Window". (#637)
zhekov
notifications at xxxxx
Fri Sep 4 17:40:16 UTC 2015
> }
> - else
> - g_printerr("Unable to find 'geany'");
> +
> + argv[argc++] = g_strdup("-i");
> + argv[argc++] = g_strdup("--");
> + argv[argc] = g_strdup(doc_path);
Agreed.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/637/files#r38775734
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20150904/dd2fd0ec/attachment.html>
More information about the Github-comments
mailing list