[Github-comments] [geany/geany-plugins] Rename GeanyLipsum to just Lipsum (#472)
Matthew Brush
notifications at xxxxx
Sun Aug 7 19:59:08 UTC 2016
> config_file = g_strconcat(geany->app->configdir,
> G_DIR_SEPARATOR_S, "plugins", G_DIR_SEPARATOR_S,
> "geanylipsum", G_DIR_SEPARATOR_S, "lipsum.conf", NULL);
>
> + #ifndef G_OS_WIN32
> + /* We try only to move if we are on not Windows platform */
> + config_dir_old = g_strconcat(geany->app->configdir, G_DIR_SEPARATOR_S,
could use [`g_build_filename()`](https://developer.gnome.org/glib/stable/glib-Miscellaneous-Utility-Functions.html#g-build-filename) instead for these.
---
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/472/files/e565d8a37a039ad145bbafae6ad4b22916f95353#r73808073
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160807/f676f016/attachment.html>
More information about the Github-comments
mailing list