Mercurial > pidgin
changeset 9339:4d1ba3243f7a
[gaim-migrate @ 10147]
syncination
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Tue, 22 Jun 2004 00:57:21 +0000 |
parents | 32d7a35a72d3 |
children | 7fa8eff579b5 |
files | src/gtkconv.h src/protocols/jabber/buddy.c |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkconv.h Tue Jun 22 00:34:48 2004 +0000 +++ b/src/gtkconv.h Tue Jun 22 00:57:21 2004 +0000 @@ -156,7 +156,6 @@ GtkWidget *bbox; GtkWidget *sw; - GtkWidget *entrybox; GtkWidget *lower_hbox; GtkWidget *toolbar;
--- a/src/protocols/jabber/buddy.c Tue Jun 22 00:34:48 2004 +0000 +++ b/src/protocols/jabber/buddy.c Tue Jun 22 00:57:21 2004 +0000 @@ -410,12 +410,13 @@ field = gaim_request_fields_get_field(fields, vc_tp->tag); text = gaim_request_field_string_get_value(field); - gaim_debug(GAIM_DEBUG_INFO, "jabber", - "Setting %s to '%s'\n", vc_tp->tag, text); if (text != NULL && *text != '\0') { xmlnode *xp; + gaim_debug(GAIM_DEBUG_INFO, "jabber", + "Setting %s to '%s'\n", vc_tp->tag, text); + if ((xp = insert_tag_to_parent_tag(vc_node, NULL, vc_tp->tag)) != NULL) {