changeset 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 ce935e673907
files src/buddy.c src/gaim.h
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/buddy.c	Sun Nov 26 10:45:49 2000 +0000
+++ b/src/buddy.c	Sun Nov 26 10:49:25 2000 +0000
@@ -1385,7 +1385,7 @@
 	gtk_widget_show(menuitem);
 	gtk_widget_show(sep);
 
-	bp = buddy_pounces;;
+	bp = buddy_pounces;
 	
 	while(bp) {
 
--- a/src/gaim.h	Sun Nov 26 10:45:49 2000 +0000
+++ b/src/gaim.h	Sun Nov 26 10:49:25 2000 +0000
@@ -246,6 +246,8 @@
 	int popup;
 	int sendim;
 	
+	char pouncer[80];
+	
 	int signon;
 	int unaway;
 	int unidle;