Mercurial > pidgin
diff src/blist.h @ 7859:e873d0bd0e6c
[gaim-migrate @ 8513]
I changed some stuff with conversation menus. Stuff is renamed,
moved around, not grayed out, grayed out, visible, somewhat works
for chats, etc. Ima finish this tomorrow because it's 6 o'freaking
clock. It shouldn't make anything worse, and might make some things
better.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 14 Dec 2003 11:03:54 +0000 |
| parents | 5ba07997ade3 |
| children | 7b8407d8c546 |
line wrap: on
line diff
--- a/src/blist.h Sun Dec 14 07:00:43 2003 +0000 +++ b/src/blist.h Sun Dec 14 11:03:54 2003 +0000 @@ -176,7 +176,8 @@ gboolean show); /**< Hides or unhides the buddy list */ void (*request_add_buddy)(GaimAccount *account, const char *username, const char *group, const char *alias); - void (*request_add_chat)(GaimAccount *account, GaimGroup *group); + void (*request_add_chat)(GaimAccount *account, GaimGroup *group, + const char *alias); void (*request_add_group)(void); }; @@ -694,7 +695,8 @@ * @param account The account the buddy is added to. * @param group The optional group to add the chat to. */ -void gaim_blist_request_add_chat(GaimAccount *account, GaimGroup *group); +void gaim_blist_request_add_chat(GaimAccount *account, GaimGroup *group, + const char *alias); /** * Requests from the user information needed to add a group to the
