comparison src/protocols/msn/dialog.c @ 19785:852b32710df0

[gaim-migrate @ 16507] add the contact list retrieve and dump contact list to server currently can do chanllenge successfully But can't get the buddy list done by MaYuan<mayuan2006@gmail.com> committer: Ethan Blanton <elb@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Mon, 17 Jul 2006 12:22:37 +0000
parents 90f488e08216
children c590e780b3a0
comparison
equal deleted inserted replaced
19784:bc30c6270d9f 19785:852b32710df0
91 91
92 msg = g_strdup_printf(_("Buddy list synchronization issue in %s (%s)"), 92 msg = g_strdup_printf(_("Buddy list synchronization issue in %s (%s)"),
93 gaim_account_get_username(account), 93 gaim_account_get_username(account),
94 gaim_account_get_protocol_name(account)); 94 gaim_account_get_protocol_name(account));
95 95
96 if (group_name != NULL) 96 if (group_name != NULL){
97 {
98 reason = g_strdup_printf(_("%s on the local list is " 97 reason = g_strdup_printf(_("%s on the local list is "
99 "inside the group \"%s\" but not on " 98 "inside the group \"%s\" but not on "
100 "the server list. " 99 "the server list. "
101 "Do you want this buddy to be added?"), 100 "Do you want this buddy to be added?"),
102 passport, group_name); 101 passport, group_name);
103 } 102 }else{
104 else
105 {
106 reason = g_strdup_printf(_("%s is on the local list but " 103 reason = g_strdup_printf(_("%s is on the local list but "
107 "not on the server list. " 104 "not on the server list. "
108 "Do you want this buddy to be added?"), 105 "Do you want this buddy to be added?"),
109 passport); 106 passport);
110 } 107 }