comparison src/gaim.h @ 1138:68f2f021ad1b

[gaim-migrate @ 1148] Oh yeah, This may be funky right now. I just realized im not saving who to pounce as. Oh well, ill fix it tomorrow. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 26 Nov 2000 10:49:25 +0000
parents 5b5d03dfa48a
children b1454d019277
comparison
equal deleted inserted replaced
1137:5b5d03dfa48a 1138:68f2f021ad1b
243 struct buddy_pounce { 243 struct buddy_pounce {
244 char name[80]; 244 char name[80];
245 char message[2048]; 245 char message[2048];
246 int popup; 246 int popup;
247 int sendim; 247 int sendim;
248
249 char pouncer[80];
248 250
249 int signon; 251 int signon;
250 int unaway; 252 int unaway;
251 int unidle; 253 int unidle;
252 }; 254 };