# HG changeset patch # User Mark Doliner # Date 1094731520 0 # Node ID ccb638cf864204192b4b6f733feda10b66cd7cb2 # Parent 1bd1f324a2c17ff2430321a4395a99b0aed9992d [gaim-migrate @ 10911] Oh yeah committer: Tailor Script diff -r 1bd1f324a2c1 -r ccb638cf8642 src/blist.h --- a/src/blist.h Thu Sep 09 04:14:29 2004 +0000 +++ b/src/blist.h Thu Sep 09 12:05:20 2004 +0000 @@ -178,7 +178,7 @@ { void (*new_list)(GaimBuddyList *list); /**< Sets UI-specific data on a buddy list. */ void (*new_node)(GaimBlistNode *node); /**< Sets UI-specific data on a node. */ - void (*show)(GaimBuddyList *list); /**< The core will call this when its finished doing its core stuff */ + void (*show)(GaimBuddyList *list); /**< The core will call this when it's finished doing its core stuff */ void (*update)(GaimBuddyList *list, GaimBlistNode *node); /**< This will update a node in the buddy list. */ void (*remove)(GaimBuddyList *list,