src/oscar.c

changeset 772
0145a6ab3bf6
parent 771
4ca7e1a4b1e4
child 774
97a94a9fd7c0
--- 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;
 }

mercurial