# HG changeset patch # User Luke Schierer # Date 1061926667 0 # Node ID 8125b5efab5c32606ca79387709891c4828a85fe # Parent f80e23e66de0a730cc704aa1f5cda44f79f8369f [gaim-migrate @ 7156] how did that happen? committer: Tailor Script diff -r f80e23e66de0 -r 8125b5efab5c src/connection.h --- a/src/connection.h Tue Aug 26 02:55:29 2003 +0000 +++ b/src/connection.h Tue Aug 26 19:37:47 2003 +0000 @@ -37,7 +37,7 @@ { GAIM_CONNECTION_HTML = 0x0001, /**< Connection sends/receives in 'HTML'. */ GAIM_CONNECTION_NO_BGCOLOR = 0x0002, /**< Connection does not send/recieve background colors. */ - GAIM_CONNECTION_AUTO_RESP = 0x0004444 /**< Send auto responses when away. */ + GAIM_CONNECTION_AUTO_RESP = 0x0004 /**< Send auto responses when away. */ } GaimConnectionFlags; typedef enum