[Github-comments] [geany] Fix for "Open in New Window". (#637)

Colomban Wendling notifications at xxxxx
Thu Sep 3 13:20:31 UTC 2015


>  	}
> -	else
> -		g_printerr("Unable to find 'geany'");
> +
> +	argv[argc++] = g_strdup("-i");
> +	argv[argc++] = g_strdup("--");
> +	argv[argc] = g_strdup(doc_path);

Same here for encoding, we need to make sure it's correct

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/637/files#r38644045
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20150903/010bf97d/attachment.html>


More information about the Github-comments mailing list