diff src/protocols/bonjour/jabber.h @ 11984:59494e5f7fdf

[gaim-migrate @ 14277] Better default account values (read in the username from /etc/passwd... not sure what'll happen with this on Windows. I imagine it'll get the username from the sytem somewhere?) for Bonjour, and I think I fixed a crash when adding two Bonjour accounts on the same computer. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 05 Nov 2005 20:45:35 +0000
parents b91a84e7cbcb
children 425e0f861e88
line wrap: on
line diff
--- a/src/protocols/bonjour/jabber.h	Sat Nov 05 19:22:26 2005 +0000
+++ b/src/protocols/bonjour/jabber.h	Sat Nov 05 20:45:35 2005 +0000
@@ -39,7 +39,6 @@
 	gint port;
 	gint socket;
 	gint watcher_id;
-	char* name;
 	GaimAccount* account;
 } BonjourJabber;