diff src/protocols/yahoo/yahoo.c @ 10386:232808c6d6ab

[gaim-migrate @ 11612] <datallah> i've got a little crash fix for missing plugin info (ala bug 1083900) There's a yahoo whitespace fix thrown in there too. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Thu, 16 Dec 2004 01:31:26 +0000
parents cf7b1970039e
children a8f9e5ce4f92
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c	Wed Dec 15 22:59:13 2004 +0000
+++ b/src/protocols/yahoo/yahoo.c	Thu Dec 16 01:31:26 2004 +0000
@@ -881,7 +881,7 @@
 		}
 	} else if (pkt->status == 2) {
 		gaim_notify_error(gc, NULL,
-						  _("Your Yahoo! message did not get sent."), NULL);
+		                  _("Your Yahoo! message did not get sent."), NULL);
 	}
 
 	for (l = list; l; l = l->next) {