| 3924 if(user_info != NULL) { |
3924 if(user_info != NULL) { |
| 3925 g_free(user_info); |
3925 g_free(user_info); |
| 3926 } |
3926 } |
| 3927 |
3927 |
| 3928 b->title = _("Gaim - Edit Jabber vCard"); |
3928 b->title = _("Gaim - Edit Jabber vCard"); |
| 3929 b->wmclass_name = "set_info"; |
3929 b->role = "set_info"; |
| 3930 b->wmclass_class = "Gaim"; |
|
| 3931 b->instructions->text = g_strdup(multi_entry_instructions); |
3930 b->instructions->text = g_strdup(multi_entry_instructions); |
| 3932 b->entries_title = g_strdup(entries_title); |
3931 b->entries_title = g_strdup(entries_title); |
| 3933 |
3932 |
| 3934 b->custom = (void *) jabber_format_info; |
3933 b->custom = (void *) jabber_format_info; |
| 3935 |
3934 |