diff src/conversation.c @ 12629:fee6a32644a4

[gaim-migrate @ 14965] I read the commit messages a little too closely. But, hey, what better way than to start another Gaim hacking day than with a bunch of little changes. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 22 Dec 2005 19:39:23 +0000
parents 851b0bd7eb52
children 366326fa9cb4
line wrap: on
line diff
--- a/src/conversation.c	Thu Dec 22 19:36:18 2005 +0000
+++ b/src/conversation.c	Thu Dec 22 19:39:23 2005 +0000
@@ -516,7 +516,7 @@
 
 	g_return_if_fail(conv != NULL);
 
-	ops  = gaim_conversation_get_ui_ops(conv);
+	ops = gaim_conversation_get_ui_ops(conv);
 	if(ops && ops->present)
 		ops->present(conv);
 }