src/protocols/novell/novell.c

changeset 9797
b69f82378b7b
parent 9754
3a17eee239b2
child 9820
45b8904a0a83
equal deleted inserted replaced
9796:dd7499147bed 9797:b69f82378b7b
1474 } 1474 }
1475 nm_release_property(property); 1475 nm_release_property(property);
1476 } 1476 }
1477 } 1477 }
1478 1478
1479 gaim_notify_formatted(NULL, NULL, _("User Properties"), 1479 gaim_notify_userinfo(gc, nm_user_record_get_userid(user_record), NULL,
1480 NULL, info_text->str, NULL, NULL); 1480 _("User Properties"), NULL, info_text->str,
1481 NULL, NULL);
1481 1482
1482 g_string_free(info_text, TRUE); 1483 g_string_free(info_text, TRUE);
1483 } 1484 }
1484 1485
1485 /* Send a join conference, the first item in the parms list is the 1486 /* Send a join conference, the first item in the parms list is the

mercurial