diff src/gaim.h @ 5975:80e5258226f3

[gaim-migrate @ 6422] I made some changes so that, if you have 2 buddies in your buddy list with the same name, and you delete one by right clicking on it in the blist, gaim will delete the one you right clicked rather than an arbitrary one. I think the hash table that speeds up stuff in gtkblist.c has problems with having the same buddy in a group twice. Someone should look into that. Like, right now it treats buddy name/group name/account as a unique key, but right now that is not a unique key. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 29 Jun 2003 20:57:28 +0000
parents 059d95c67cda
children 11bedb793a44
line wrap: on
line diff
--- a/src/gaim.h	Sun Jun 29 07:50:48 2003 +0000
+++ b/src/gaim.h	Sun Jun 29 20:57:28 2003 +0000
@@ -46,7 +46,7 @@
 extern void show_find_email(GaimConnection *);
 extern void show_find_info(GaimConnection *);
 extern void show_set_info(GaimConnection *);
-extern void show_confirm_del(GaimConnection *, gchar *);
+extern void show_confirm_del(struct buddy *);
 extern void show_confirm_del_group(struct group *);
 extern void show_confirm_del_chat(struct chat *);