Mercurial > pidgin
diff src/prpl.h @ 2706:e841b14b5b89
[gaim-migrate @ 2719]
oh
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Sat, 10 Nov 2001 08:02:40 +0000 |
| parents | 37d80035e77f |
| children | a0fd8f91e294 |
line wrap: on
line diff
--- a/src/prpl.h Sat Nov 10 03:50:52 2001 +0000 +++ b/src/prpl.h Sat Nov 10 08:02:40 2001 +0000 @@ -55,7 +55,7 @@ /* These should all be stuff that some plugins can do and others can't */ /* TOC/Oscar send HTML-encoded messages; most other protocols don't */ -#define OPT_PROTO_HTML 0x00000001 +/* #define OPT_PROTO_HTML 0x00000001 this should be per-connection */ /* TOC/Oscar have signon time, and the server's time needs to be adjusted to match * your computer's time. We wouldn't need this if everyone used NTP. */ #define OPT_PROTO_CORRECT_TIME 0x00000002 @@ -81,7 +81,7 @@ char *(* name)(); /* for ICQ and Yahoo, who have off/on per-conversation options */ - char *checkbox; + /* char *checkbox; this should be per-connection */ /* returns the XPM associated with the given user class */ char **(* list_icon)(int);
