diff finch/gntblist.c @ 18584:91fdd3e4892f

We don't need dynamic things here.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 21 Jul 2007 06:15:26 +0000
parents 980d6e1b2d21
children 823946ddd527
line wrap: on
line diff
--- a/finch/gntblist.c	Sat Jul 21 05:53:05 2007 +0000
+++ b/finch/gntblist.c	Sat Jul 21 06:15:26 2007 +0000
@@ -98,7 +98,7 @@
 	} u;
 } StatusBoxItem;
 
-FinchBlist *ggblist;
+static FinchBlist *ggblist;
 
 static void add_buddy(PurpleBuddy *buddy, FinchBlist *ggblist);
 static void add_contact(PurpleContact *contact, FinchBlist *ggblist);