changeset 9997:ccb638cf8642

[gaim-migrate @ 10911] Oh yeah committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 09 Sep 2004 12:05:20 +0000
parents 1bd1f324a2c1
children 887ade3fabf0
files src/blist.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,