From 996f413523b91c1e32a2d80d1e0221498c6cc7a0 Mon Sep 17 00:00:00 2001 From: mrsmola Date: Mon, 24 Sep 2007 19:12:27 +0000 Subject: [PATCH] added window league table --- src/bygfoot.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bygfoot.h b/src/bygfoot.h index 8a7886a0..da47ef98 100644 --- a/src/bygfoot.h +++ b/src/bygfoot.h @@ -167,7 +167,8 @@ typedef struct *mmatches, *bets, *splash, - *training_camp; + *training_camp, + *league_table; /** The position of the horizontal divider is stored here. */ gint paned_pos;