aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-11-15 14:35:24 +0100
committerJelmer Vernooij <jelmer@samba.org>2005-11-15 14:35:24 +0100
commitf56c4917aa26670c03ef9cf4ecdfe2f7fad92aed (patch)
treea2fc70cee9c464823577e425fa6cdbc2d836a766 /protocols/nogaim.c
parentabe53d3c48a6552e136ddc8bc554764daf255a05 (diff)
parentb135438c4c6aeb5a7cd3403f0cf37e741d589cd3 (diff)
Merge new changes from pluginable and Wilmer
Diffstat (limited to 'protocols/nogaim.c')
-rw-r--r--protocols/nogaim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/nogaim.c b/protocols/nogaim.c
index dc613687..a5f034c7 100644
--- a/protocols/nogaim.c
+++ b/protocols/nogaim.c
@@ -467,7 +467,7 @@ void signoff( struct gaim_connection *gc )
void do_error_dialog( struct gaim_connection *gc, char *msg, char *title )
{
- irc_usermsg( gc->irc, "%s(%s) - Error: %s", gc->username, title, msg );
+ irc_usermsg( gc->irc, "%s(%s) - Error: %s", gc->prpl->name, gc->username, msg );
}
void do_ask_dialog( struct gaim_connection *gc, char *msg, void *data, void *doit, void *dont )