Don't show 'plugin is not binary compatible' messages on the status

bar, only the status window.



git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3705 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2009-04-09 12:12:58 +00:00
parent ae5e0c5970
commit 19fbfd611a
2 changed files with 8 additions and 1 deletions

View File

@ -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:

View File

@ -437,7 +437,7 @@ plugin_check_version(GModule *module)
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));