diff src/gtkpounce.c @ 7098:770233dad86c

[gaim-migrate @ 7663] Renamed a few of the buddy list structs to be compliant with the rest of gaim. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 01 Oct 2003 04:05:46 +0000
parents feb3d21a7794
children 29c0fe160f90
line wrap: on
line diff
--- a/src/gtkpounce.c	Wed Oct 01 03:46:16 2003 +0000
+++ b/src/gtkpounce.c	Wed Oct 01 04:05:46 2003 +0000
@@ -178,8 +178,8 @@
 {
 	const char *name;
 	const char *message, *command, *sound;
-	struct gaim_buddy_list *blist;
-	struct gaim_gtk_buddy_list *gtkblist;
+	GaimBuddyList *blist;
+	GaimGtkBuddyList *gtkblist;
 	GaimPounceEvent events = GAIM_POUNCE_NONE;
 
 	name = gtk_entry_get_text(GTK_ENTRY(dialog->buddy_entry));
@@ -918,8 +918,8 @@
 static void
 free_pounce(GaimPounce *pounce)
 {
-	struct gaim_buddy_list *blist;
-	struct gaim_gtk_buddy_list *gtkblist;
+	GaimBuddyList *blist;
+	GaimGtkBuddyList *gtkblist;
 
 	/* Rebuild the pounce menu */
 	blist = gaim_get_blist();