src/protocols/jabber/jabber.c

changeset 4074
c69100a0ede9
parent 4059
a0819a8aeadc
child 4110
481c7ea9e258
equal deleted inserted replaced
4073:1270bfb58221 4074:c69100a0ede9
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

mercurial