# HG changeset patch # User Sadrul Habib Chowdhury # Date 1184998526 0 # Node ID 91fdd3e4892f64c55bc66b0c7f6ffa0a8b8df325 # Parent cf7297803a73c981723ca4cfa08484597ed33177 We don't need dynamic things here. diff -r cf7297803a73 -r 91fdd3e4892f finch/gntblist.c --- 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);