Changeset f56c491 for protocols/nogaim.c


Ignore:
Timestamp:
2005-11-15T13:35:24Z (19 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
cc9079e
Parents:
abe53d3 (diff), b135438 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge new changes from pluginable and Wilmer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    rabe53d3 rf56c491  
    468468void do_error_dialog( struct gaim_connection *gc, char *msg, char *title )
    469469{
    470         irc_usermsg( gc->irc, "%s(%s) - Error: %s", gc->username, title, msg );
     470        irc_usermsg( gc->irc, "%s(%s) - Error: %s", gc->prpl->name, gc->username, msg );
    471471}
    472472
Note: See TracChangeset for help on using the changeset viewer.