Mercurial > pidgin.yaz
diff src/plugin.c @ 5436:ad445074d239
[gaim-migrate @ 5818]
Another big commit. Ugh. I need a very smart regexp.
Core/UI split do_error_dialog(), and soon the mail dialogs! Yay! This
should work without problems at all, but standard disclaimer..
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sun, 18 May 2003 19:59:02 +0000 |
| parents | 2a1c92df7024 |
| children | 07358c067495 |
line wrap: on
line diff
--- a/src/plugin.c Sun May 18 19:13:21 2003 +0000 +++ b/src/plugin.c Sun May 18 19:59:02 2003 +0000 @@ -42,6 +42,7 @@ #include "gaim.h" #include "prpl.h" #include "event.h" +#include "notify.h" #include <string.h> @@ -228,8 +229,8 @@ "information"), plugin->path); - do_error_dialog(_("Gaim was unable to load your plugin."), buf, - GAIM_ERROR); + gaim_notify_error(NULL, NULL, + _("Gaim was unable to load your plugin."), buf); gaim_plugin_destroy(plugin);
