diff src/oscar.c @ 772:bddbc51abc43

[gaim-migrate @ 782] substitute %n %d %t in info committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 28 Aug 2000 16:51:20 +0000
parents 72e556f6b99d
children b61607d6c2af
line wrap: on
line diff
--- a/src/oscar.c	Mon Aug 28 05:07:43 2000 +0000
+++ b/src/oscar.c	Mon Aug 28 16:51:20 2000 +0000
@@ -775,7 +775,7 @@
 				  info->idletime,
 				  infotype == AIM_GETINFO_GENERALINFO ? prof :
 		  		   away_subs(prof, current_user->username));
-	g_show_info_text(buf);
+	g_show_info_text(away_subs(buf, current_user->username));
 
 	return 1;
 }