changeset 1575:8e52ce94eee0

Change dataform s/text-multi/text-single to reflect the UI (suggested by ISBear)
author franky@veqlargh.fs
date Tue, 20 Jan 2009 09:03:24 +0100
parents d8a016f76ff7
children 72fef01d9061
files mcabber/src/jab_iq.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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")) {