src/protocols/jabber/jabber.c

changeset 4921
3021bf6fa84e
parent 4917
97bf38cec756
child 4927
477660ad8062
--- a/src/protocols/jabber/jabber.c	Mon Mar 31 16:06:26 2003 +0000
+++ b/src/protocols/jabber/jabber.c	Mon Mar 31 16:34:07 2003 +0000
@@ -4223,7 +4223,7 @@
 
 	puo = g_new0(struct proto_user_opt, 1);
 	puo->label = g_strdup(_("Port:"));
-	puo->def = g_strdup_printf("%d", "5222");
+	puo->def = g_strdup_printf("%d", 5222);
 	puo->pos = USEROPT_PORT;
 	ret->user_opts = g_list_append(ret->user_opts, puo);
 

mercurial