# HG changeset patch # User Richard Laager # Date 1137721921 0 # Node ID cefac38bcb9fd94ea6fa9465c2188ad5ab0ef9c0 # Parent acf22abb86bac4bb7d3dba1bf00b3a1480819ed6 [gaim-migrate @ 15313] I believe this will fix a bug I'm seeing with account notification. I didn't note which protocol, unfortunately. I was seeing 'Foo has made rlaager his or her buddy: ' committer: Tailor Script diff -r acf22abb86ba -r cefac38bcb9f src/gtkaccount.c --- a/src/gtkaccount.c Fri Jan 20 01:44:06 2006 +0000 +++ b/src/gtkaccount.c Fri Jan 20 01:52:01 2006 +0000 @@ -2578,6 +2578,9 @@ make_info(GaimAccount *account, GaimConnection *gc, const char *remote_user, const char *id, const char *alias, const char *msg) { + if (*msg == '\0') + msg = NULL; + return g_strdup_printf(_("%s%s%s%s has made %s his or her buddy%s%s"), remote_user, (alias != NULL ? " (" : ""),