diff src/gtkaccount.c @ 6334:930708df05dd

[gaim-migrate @ 6833] When I got back from swimming, I found a bunch of IMs and chat requests from some annoying user who kept asking if I was dumb or dead. I decided to block this user, but realized just how ugly the dialog for doing so is. So, I rewrote it. Now I can block him in peace. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 30 Jul 2003 01:45:31 +0000
parents 254bb94a216e
children f63da9023c99
line wrap: on
line diff
--- a/src/gtkaccount.c	Wed Jul 30 00:50:29 2003 +0000
+++ b/src/gtkaccount.c	Wed Jul 30 01:45:31 2003 +0000
@@ -178,7 +178,7 @@
 {
 	if ((dialog->plugin = gaim_find_prpl(protocol)) != NULL) {
 		dialog->prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(dialog->plugin);
-		dialog->protocol    = dialog->prpl_info->protocol;
+		dialog->protocol  = dialog->prpl_info->protocol;
 
 		if (dialog->protocol_id != NULL)
 			g_free(dialog->protocol_id);