Mercurial > pidgin
diff libpurple/plugin.c @ 25900:68265bcc8814
propagate from branch 'im.pidgin.pidgin' (head c6844c5e097e3d947d35507e2e93557dfe8e0aee)
to branch 'im.pidgin.pidgin.next.minor' (head 2326b430b25cce89fdeb73bf002ab639ef5dce4e)
| author | Gary Kramlich <grim@reaperworld.com> |
|---|---|
| date | Tue, 06 Jan 2009 04:09:36 +0000 |
| parents | a6e3cb32cdd2 568b786c36f9 |
| children | dc05a7128d88 |
line wrap: on
line diff
--- a/libpurple/plugin.c Tue Jan 06 03:57:32 2009 +0000 +++ b/libpurple/plugin.c Tue Jan 06 04:09:36 2009 +0000 @@ -374,7 +374,7 @@ */ if (plugin->info->id == NULL || *plugin->info->id == '\0') { - plugin->error = g_strdup_printf(_("This plugin has not defined an ID.")); + plugin->error = g_strdup(_("This plugin has not defined an ID.")); purple_debug_error("plugins", "%s is not loadable: info->id is not defined.\n", plugin->path); plugin->unloadable = TRUE; return plugin;
