[Xfce4-commits] <xfce4-panel:devel> Fix preinit support in the wrapper.
Nick Schermer
noreply at xfce.org
Wed Nov 18 10:54:01 CET 2009
Updating branch refs/heads/devel
to 1a626a400017dc5f3f7f5c79ecf73b333f5b883b (commit)
from 93fff9059571e044651b5492fa5548778b319d98 (commit)
commit 1a626a400017dc5f3f7f5c79ecf73b333f5b883b
Author: Nick Schermer <nick at xfce.org>
Date: Wed Nov 18 10:53:33 2009 +0100
Fix preinit support in the wrapper.
wrapper/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/wrapper/main.c b/wrapper/main.c
index 36df4bc..b91053a 100644
--- a/wrapper/main.c
+++ b/wrapper/main.c
@@ -265,7 +265,7 @@ main (gint argc, gchar **argv)
}
/* check for a plugin preinit function */
- if (g_module_symbol (library, "__xpp_preinit", (gpointer) &preinit_func)
+ if (g_module_symbol (library, "xfce_panel_module_preinit", (gpointer) &preinit_func)
&& preinit_func != NULL
&& (*preinit_func) (argc, argv) == FALSE)
{
More information about the Xfce4-commits
mailing list