# HG changeset patch # User franky@veqlargh.fs # Date 1232438604 -3600 # Node ID 8e52ce94eee0fed9db4843584e177bcd9a1e374c # Parent d8a016f76ff7d386985d9f5b17c98c195597a3e1 Change dataform s/text-multi/text-single to reflect the UI (suggested by ISBear) diff -r d8a016f76ff7 -r 8e52ce94eee0 mcabber/src/jab_iq.c --- a/mcabber/src/jab_iq.c Tue Jan 20 08:48:11 2009 +0100 +++ b/mcabber/src/jab_iq.c Tue Jan 20 09:03:24 2009 +0100 @@ -1190,7 +1190,7 @@ // I do not think this is useful, user should not have to care of the // priority like gossip and gajim do (misc) y = xmlnode_insert_tag(x, "field"); - xmlnode_put_attrib(y, "type", "text-multi"); + xmlnode_put_attrib(y, "type", "text-single"); xmlnode_put_attrib(y, "var", "status-message"); xmlnode_put_attrib(y, "label", "Message"); } else if (action && !strcmp(action, "cancel")) {