From e135cd0997fb88ae644e63b6b7457ba08a60661a Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 24 Jul 2010 17:58:27 +0200 Subject: Use the account tag in a few places and store it in the XML file as an attribute, not as a setting (since all accounts have it anyway). --- irc_im.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc_im.c') diff --git a/irc_im.c b/irc_im.c index 4dbcddce..2033b1a8 100644 --- a/irc_im.c +++ b/irc_im.c @@ -804,7 +804,7 @@ static char *set_eval_room_account( set_t *set, char *value ) if( acc->prpl->chat_add_settings ) acc->prpl->chat_add_settings( acc, &ic->set ); - return g_strdup_printf( "%s(%s)", acc->prpl->name, acc->user ); + return g_strdup( acc->tag ); } static char *set_eval_chat_type( set_t *set, char *value ) -- cgit v1.2.3