SF.net SVN: geany-plugins:[2229] trunk/geany-plugins/geanysendmail
frlan at users.sourceforge.net
frlan at xxxxx
Tue Oct 4 19:20:46 UTC 2011
Revision: 2229
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2229&view=rev
Author: frlan
Date: 2011-10-04 19:20:46 +0000 (Tue, 04 Oct 2011)
Log Message:
-----------
GeanySendMail: Remove not needed call of main_locale_init()
Modified Paths:
--------------
trunk/geany-plugins/geanysendmail/ChangeLog
trunk/geany-plugins/geanysendmail/src/geanysendmail.c
Modified: trunk/geany-plugins/geanysendmail/ChangeLog
===================================================================
--- trunk/geany-plugins/geanysendmail/ChangeLog 2011-10-04 11:28:35 UTC (rev 2228)
+++ trunk/geany-plugins/geanysendmail/ChangeLog 2011-10-04 19:20:46 UTC (rev 2229)
@@ -1,3 +1,8 @@
+2011-10-04 Frank Lanitz <frlan at frank.uvena.de>
+
+ * Remove not needed call of main_locale_init()
+
+
2011-09-25 Frank Lanitz <frlan at frank.uvena.de>
* Adding a workaround for a weird issue in connection with
Modified: trunk/geany-plugins/geanysendmail/src/geanysendmail.c
===================================================================
--- trunk/geany-plugins/geanysendmail/src/geanysendmail.c 2011-10-04 11:28:35 UTC (rev 2228)
+++ trunk/geany-plugins/geanysendmail/src/geanysendmail.c 2011-10-04 19:20:46 UTC (rev 2229)
@@ -355,8 +355,6 @@
GtkWidget *menu_mail = NULL;
GeanyKeyGroup *key_group;
- main_locale_init(LOCALEDIR, GETTEXT_PACKAGE);
-
config_file = g_strconcat(geany->app->configdir, G_DIR_SEPARATOR_S, "plugins", G_DIR_SEPARATOR_S,
"geanysendmail", G_DIR_SEPARATOR_S, "mail.conf", NULL);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list