[Github-comments] [geany/geany-plugins] Workbench (#598)
LarsGit223
notifications at xxxxx
Sat Aug 19 12:09:49 UTC 2017
LarsGit223 commented on this pull request.
> + splitv = g_strsplit (str, ";", -1);
+ wb_project_dir_set_ignored_file_patterns(new_dir, splitv);
+ }
+ g_free(str);
+ }
+ }
+
+ g_key_file_free(kf);
+ g_free (contents);
+ success = TRUE;
+ }
+ else if (error != NULL)
+ {
+ g_set_error (error, 0, 0,
+ "Internal error: param missing (file: %s, line %d)",
+ __FILE__, __LINE__);
Done.
--
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-plugins/pull/598#discussion_r134090368
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170819/86dc7544/attachment.html>
More information about the Github-comments
mailing list