diff src/gaim.h @ 1137:5b5d03dfa48a

[gaim-migrate @ 1147] Started setting up the new Buddy Pounce code. The UI needs a little more work as it is a little cluttered right now. The .gaimrc file is now in revision 4. It properly saves buddy pounces between v3 and v4 and converts them. Actual functionality will be commited soon. I remembered that I didnt commit so I woke up to do so just incase :D committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 26 Nov 2000 10:45:49 +0000
parents 1a3dbc0e6529
children 68f2f021ad1b
line wrap: on
line diff
--- a/src/gaim.h	Sun Nov 26 07:35:57 2000 +0000
+++ b/src/gaim.h	Sun Nov 26 10:45:49 2000 +0000
@@ -245,6 +245,10 @@
         char message[2048];
 	int popup;
 	int sendim;
+	
+	int signon;
+	int unaway;
+	int unidle;
 };
 
 struct away_message {