libpurple/protocols/jabber/jabber.c

changeset 27593
003fc1b49072
parent 27397
690965a5ff24
parent 27587
fac3003790f2
child 27603
3d1ab4e5f6c3
--- a/libpurple/protocols/jabber/jabber.c	Thu Jun 25 03:10:46 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Thu Jun 25 05:38:35 2009 +0000
@@ -907,8 +907,8 @@
 
 	if (type == JABBER_IQ_RESULT) {
 		if(js->registration) {
-		buf = g_strdup_printf(_("Registration of %s@%s successful"),
-				js->user->node, js->user->domain);
+			buf = g_strdup_printf(_("Registration of %s@%s successful"),
+					js->user->node, js->user->domain);
 			if(account->registration_cb)
 				(account->registration_cb)(account, TRUE, account->registration_cb_user_data);
 		} else {

mercurial