diff src/toc.c @ 1051:713b0e14e0a9

[gaim-migrate @ 1061] user_info only in aim_user (saves 2k per connection); mem leak fixes in dialogs.c and multi.c; and proto_opt in aim_user (so prpls can have their own saved information per user). no way to draw protocol option selection window thingy yet, so prpls will either have to do that on their own or something. i don't know. we'll figure it out. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 02 Nov 2000 22:29:51 +0000
parents daad2440a642
children 56c7ceb986a8
line wrap: on
line diff
--- a/src/toc.c	Thu Nov 02 00:25:58 2000 +0000
+++ b/src/toc.c	Thu Nov 02 22:29:51 2000 +0000
@@ -46,7 +46,7 @@
 #include "pixmaps/dt_icon.xpm"
 #include "pixmaps/free_icon.xpm"
 
-#define REVISION "gaim:$Revision: 1048 $"
+#define REVISION "gaim:$Revision: 1061 $"
 
 struct toc_data {
 	int toc_fd;
@@ -133,7 +133,6 @@
 		return;
 	}
 
-	sprintf(gc->user_info, "%s", user->user_info);
 	gc->options = user->options;
 	save_prefs();