[Github-comments] [geany/geany-plugins] Rename GeanyLipsum to just Lipsum (#472)

Colomban Wendling notifications at xxxxx
Sun Aug 7 20:30:24 UTC 2016


> +	config_dir_old = g_strconcat(geany->app->configdir, G_DIR_SEPARATOR_S,
> +		"plugins", G_DIR_SEPARATOR_S, "geanylipsum", NULL);
> +	config_file_old = g_strconcat(config_dir_old,  G_DIR_SEPARATOR_S,
> +		"lipsum.conf", NULL);
> +	config_dir = g_strconcat(geany->app->configdir, G_DIR_SEPARATOR_S,
> +		"plugins", G_DIR_SEPARATOR_S, "lipsum", NULL);
> +	if (g_file_test(config_file_old, G_FILE_TEST_EXISTS))
> +	{
> +		if (dialogs_show_question(
> +			_("Renamed plugin detected!\n"
> +			  "\n"
> +			  "GeanyLipsum has been renamed to Lipsum -- you surely have "
> +			  "already recognised it. \n"
> +			  "Geany is able to migrate your old plugin configuration by "
> +			  "moving the old configuration file to new location.\n"
> +			  "Attention: this will not include your keybindings.\n"

should probably read "Warning:", shouldn't it?

---
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/a129fc448e74739c1b5fd7a0ce640bccb1cfdacc#r73808520
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160807/f1b37aab/attachment.html>


More information about the Github-comments mailing list