Revision: 2241 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2241&view=re... Author: frlan Date: 2011-10-06 16:03:30 +0000 (Thu, 06 Oct 2011) Log Message: ----------- GeanyVC: Remove not needed mail_locale_ini()
Modified Paths: -------------- trunk/geany-plugins/geanyvc/src/geanyvc.c trunk/geany-plugins/tableconvert/ChangeLog
Modified: trunk/geany-plugins/geanyvc/src/geanyvc.c =================================================================== --- trunk/geany-plugins/geanyvc/src/geanyvc.c 2011-10-06 16:03:10 UTC (rev 2240) +++ trunk/geany-plugins/geanyvc/src/geanyvc.c 2011-10-06 16:03:30 UTC (rev 2241) @@ -2214,8 +2214,6 @@ GtkWidget *menu_vc_dir = NULL; GtkWidget *menu_vc_basedir = NULL;
- main_locale_init(LOCALEDIR, GETTEXT_PACKAGE); - config_file = g_strconcat(geany->app->configdir, G_DIR_SEPARATOR_S, "plugins", G_DIR_SEPARATOR_S, "VC", G_DIR_SEPARATOR_S, "VC.conf", NULL);
Modified: trunk/geany-plugins/tableconvert/ChangeLog =================================================================== --- trunk/geany-plugins/tableconvert/ChangeLog 2011-10-06 16:03:10 UTC (rev 2240) +++ trunk/geany-plugins/tableconvert/ChangeLog 2011-10-06 16:03:30 UTC (rev 2241) @@ -3,7 +3,6 @@ * Fixing some i18n issue.
- 2011-08-19 Frank Lanitz frlan@frank.uvena.de
* Added a function to convert to SQL e.g. for preparing an
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.