SF.net SVN: geany:[3705] trunk
ntrel at users.sourceforge.net
ntrel at xxxxx
Thu Apr 9 12:12:58 UTC 2009
Revision: 3705
http://geany.svn.sourceforge.net/geany/?rev=3705&view=rev
Author: ntrel
Date: 2009-04-09 12:12:58 +0000 (Thu, 09 Apr 2009)
Log Message:
-----------
Don't show 'plugin is not binary compatible' messages on the status
bar, only the status window.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/plugins.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-04-08 16:06:40 UTC (rev 3704)
+++ trunk/ChangeLog 2009-04-09 12:12:58 UTC (rev 3705)
@@ -1,3 +1,10 @@
+2009-04-09 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * src/plugins.c:
+ Don't show 'plugin is not binary compatible' messages on the status
+ bar, only the status window.
+
+
2009-04-08 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/socket.c:
Modified: trunk/src/plugins.c
===================================================================
--- trunk/src/plugins.c 2009-04-08 16:06:40 UTC (rev 3704)
+++ trunk/src/plugins.c 2009-04-09 12:12:58 UTC (rev 3705)
@@ -437,7 +437,7 @@
if (result < 0)
{
- ui_set_statusbar(TRUE, _("The plugin \"%s\" is not binary compatible with this "
+ msgwin_status_add(_("The plugin \"%s\" is not binary compatible with this "
"release of Geany - please recompile it."), g_module_name(module));
geany_debug("Plugin \"%s\" is not binary compatible with this "
"release of Geany - recompile it.", g_module_name(module));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list