Mercurial > pidgin
diff libpurple/protocols/myspace/myspace.h @ 17680:d87916bd1d73
Fix email address.
| author | Jeffrey Connelly <jaconnel@calpoly.edu> |
|---|---|
| date | Tue, 03 Jul 2007 03:19:16 +0000 |
| parents | 608e4b47dfae |
| children | 5e8c02259c81 |
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h Mon Jul 02 07:07:48 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.h Tue Jul 03 03:19:16 2007 +0000 @@ -1,6 +1,6 @@ /* MySpaceIM Protocol Plugin, header file * - * Copyright (C) 2007, Jeff Connelly <jeff2@homing.pidgin.im> + * Copyright (C) 2007, Jeff Connelly <jeff2@soc.pidgin.im> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -130,7 +130,7 @@ #define MSIM_STATUS_ORDINAL_UNKNOWN2 9 /* Status codes - states a buddy (or you!) can be in. */ -#define MSIM_STATUS_CODE_OFFLINE 0 /* or hidden */ +#define MSIM_STATUS_CODE_OFFLINE_OR_HIDDEN 0 #define MSIM_STATUS_CODE_ONLINE 1 #define MSIM_STATUS_CODE_AWAY 5 /* TODO: hidden */
