pidgin/pidginnotificationaddcontact.c

changeset 42804
be8c8b5471ca
parent 42711
ab244bae3b82
child 42914
27c407608b6b
equal deleted inserted replaced
42803:984f8dfabb47 42804:be8c8b5471ca
174 username); 174 username);
175 175
176 if(!PURPLE_IS_CONTACT(contact)) { 176 if(!PURPLE_IS_CONTACT(contact)) {
177 g_warning("failed to find a user named '%s' on account %s", 177 g_warning("failed to find a user named '%s' on account %s",
178 username, 178 username,
179 purple_contact_info_get_username(PURPLE_CONTACT_INFO(account))); 179 purple_account_get_username(account));
180 180
181 return; 181 return;
182 } 182 }
183 183
184 conversation = purple_contact_find_dm(contact); 184 conversation = purple_contact_find_dm(contact);

mercurial