src/gtkaccount.c

changeset 12960
69571cc82fda
parent 12843
323bd864a6f1
child 12976
aedbdb6f9adb
equal deleted inserted replaced
12959:097505850cdd 12960:69571cc82fda
2576 2576
2577 static char * 2577 static char *
2578 make_info(GaimAccount *account, GaimConnection *gc, const char *remote_user, 2578 make_info(GaimAccount *account, GaimConnection *gc, const char *remote_user,
2579 const char *id, const char *alias, const char *msg) 2579 const char *id, const char *alias, const char *msg)
2580 { 2580 {
2581 if (*msg == '\0')
2582 msg = NULL;
2583
2581 return g_strdup_printf(_("%s%s%s%s has made %s his or her buddy%s%s"), 2584 return g_strdup_printf(_("%s%s%s%s has made %s his or her buddy%s%s"),
2582 remote_user, 2585 remote_user,
2583 (alias != NULL ? " (" : ""), 2586 (alias != NULL ? " (" : ""),
2584 (alias != NULL ? alias : ""), 2587 (alias != NULL ? alias : ""),
2585 (alias != NULL ? ")" : ""), 2588 (alias != NULL ? ")" : ""),

mercurial