comparison src/protocols/jabber/jabber.c @ 4074:3ccbdf8e7f8d

[gaim-migrate @ 4289] Thanks Robot101 committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 14 Dec 2002 03:55:50 +0000
parents c3968c878c68
children 64d983d6b7bb
comparison
equal deleted inserted replaced
4073:405340263d75 4074:3ccbdf8e7f8d
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