Mercurial > pidgin.yaz
diff src/prpl.h @ 8584:058efd3cb86f
[gaim-migrate @ 9334]
" This is definitely not the most critical fix, but every
time i see the text "catagory" my eyes bleed a little bit.
This should remedy this unnecessary loss of blood -
hopefully this way i can make my visits to the Red
Cross more frequent." --Daniel Atallah
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Mon, 05 Apr 2004 17:33:34 +0000 |
| parents | 7dcd6f26e4a7 |
| children | 5af95c2b1179 |
line wrap: on
line diff
--- a/src/prpl.h Mon Apr 05 07:11:24 2004 +0000 +++ b/src/prpl.h Mon Apr 05 17:33:34 2004 +0000 @@ -327,7 +327,7 @@ /* room listing prpl callbacks */ struct _GaimRoomlist *(*roomlist_get_list)(GaimConnection *gc); void (*roomlist_cancel)(struct _GaimRoomlist *list); - void (*roomlist_expand_catagory)(struct _GaimRoomlist *list, struct _GaimRoomlistRoom *catagory); + void (*roomlist_expand_category)(struct _GaimRoomlist *list, struct _GaimRoomlistRoom *category); };
