diff src/protocols/gg/gg.c @ 5618:83991299705c

[gaim-migrate @ 6025] i really need to go grocery shopping committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 31 May 2003 20:55:31 +0000
parents 4fa8ca4f4259
children 0bdfa28c678e
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Sat May 31 18:55:17 2003 +0000
+++ b/src/protocols/gg/gg.c	Sat May 31 20:55:31 2003 +0000
@@ -1,6 +1,6 @@
 /*
  * gaim - Gadu-Gadu Protocol Plugin
- * $Id: gg.c 6009 2003-05-31 15:40:32Z faceprint $
+ * $Id: gg.c 6025 2003-05-31 20:55:31Z faceprint $
  *
  * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
  * 
@@ -528,8 +528,6 @@
 
 	gd->sess = g_new0(struct gg_session, 1);
 
-	gaim_connection_set_display_name(gc, gaim_account_get_string(account, "nick", ""));
-
 	gaim_connection_update_progress(gc, _("Looking up GG server"), 1, GG_CONNECT_STEPS);
 
 	if (invalid_uin(account->username)) {