diff src/protocols/jabber/jabber.c @ 4921:d5c136474f26

[gaim-migrate @ 5255] some compile cleanups committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 31 Mar 2003 16:34:07 +0000
parents c0c6efda8151
children afffba7c292e
line wrap: on
line diff
--- 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);