diff src/toc.c @ 1435:f16e17d42b43

[gaim-migrate @ 1445] correction time is done again, for protocols that need it (which are only the AIM protocols so far) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 28 Jan 2001 09:16:50 +0000
parents 47413c49bbee
children c6f9d0cdaa00
line wrap: on
line diff
--- a/src/toc.c	Sun Jan 28 09:09:18 2001 +0000
+++ b/src/toc.c	Sun Jan 28 09:16:50 2001 +0000
@@ -46,7 +46,7 @@
 #include "pixmaps/dt_icon.xpm"
 #include "pixmaps/free_icon.xpm"
 
-#define REVISION "gaim:$Revision: 1422 $"
+#define REVISION "gaim:$Revision: 1445 $"
 
 #define TYPE_SIGNON    1
 #define TYPE_DATA      2
@@ -1182,7 +1182,7 @@
 void toc_init(struct prpl *ret)
 {
 	ret->protocol = PROTO_TOC;
-	ret->options = OPT_PROTO_HTML;
+	ret->options = OPT_PROTO_HTML | OPT_PROTO_CORRECT_TIME;
 	ret->name = toc_name;
 	ret->list_icon = toc_list_icon;
 	ret->away_states = toc_away_states;