diff src/protocols/oscar/oscar.c @ 11820:2cf6d4cf2cb0

[gaim-migrate @ 14111] Death to // comments. Excluding win32, where it doesn't matter, this should be it except for crazychat and bonjour. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 25 Oct 2005 20:50:21 +0000
parents 42b5b3015d9e
children fa742ad8068c
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Tue Oct 25 19:18:44 2005 +0000
+++ b/src/protocols/oscar/oscar.c	Tue Oct 25 20:50:21 2005 +0000
@@ -3618,7 +3618,9 @@
 	}
 	gaim_prpl_got_user_status(account, info->sn, status_id, NULL);
 	gaim_prpl_got_user_login_time(account, info->sn, signon - od->timeoffset);
-	//	gaim_prpl_got_user_warning_level(account, info->sn, info->warnlevel/10.0 + 0.5);
+#if 0
+	gaim_prpl_got_user_warning_level(account, info->sn, info->warnlevel/10.0 + 0.5);
+#endif
 
 	if (time_idle > 0)
 		gaim_prpl_got_user_idle(account, info->sn, TRUE, time_idle);