# HG changeset patch # User Mark Doliner # Date 1131939520 0 # Node ID 3cf98e53212695ea459d621888e3929267914b84 # Parent 4fb1edd43f4543f1c5b10babf1e0121c3debc7ed [gaim-migrate @ 14374] Stu pointed out that I probably want to leave this how it was. This should allow you to use the same 3rd party plugins across platforms using the same prefs.xml? committer: Tailor Script diff -r 4fb1edd43f45 -r 3cf98e532126 src/plugin.c --- a/src/plugin.c Mon Nov 14 03:29:27 2005 +0000 +++ b/src/plugin.c Mon Nov 14 03:38:40 2005 +0000 @@ -97,7 +97,9 @@ if (last_period == NULL) return FALSE; - return !(strcmp(last_period + 1, G_MODULE_SUFFIX)); + return !(strcmp(last_period, ".dll") & + strcmp(last_period, ".sl") & + strcmp(last_period, ".so")); } static char *