# HG changeset patch # User Eric Warmenhoven # Date 1002651161 0 # Node ID 8208e2016d9bbd7170b06362a311404e0611ef9e # Parent e6b9246b33fd767cbf2134bf11f69a793131b35c [gaim-migrate @ 2471] small bug committer: Tailor Script diff -r e6b9246b33fd -r 8208e2016d9b src/multi.c --- a/src/multi.c Tue Oct 09 18:01:06 2001 +0000 +++ b/src/multi.c Tue Oct 09 18:12:41 2001 +0000 @@ -612,6 +612,7 @@ mod_users = g_slist_append(mod_users, u); if (a) { + int i; u->options = a->options; if (find_prpl(a->protocol)) u->protocol = a->protocol; @@ -620,6 +621,9 @@ else u->protocol = -1; g_snprintf(u->iconfile, sizeof(u->iconfile), "%s", a->iconfile); + for (i = 0; i < 7; i++) + g_snprintf(u->proto_opt[i], sizeof(u->proto_opt[i]), "%s", + a->proto_opt[i]); } else { u->options = OPT_USR_REM_PASS; if (find_prpl(DEFAULT_PROTO))