diff src/protocols/gg/gg.c @ 6106:99f4bbeb27bc

[gaim-migrate @ 6567] Fix Cae non-fatal bug 6: "no notification of incorrect password/name." Also removed some unused code from gtkconn.c and multi.c (which was derelict). Make dialog and request windows show the titles that are passed to them. Fixed a compiler warning coughsean'sawaymessagestuffcough I'm looking forward to writting a NEWS entry for 0.65, I hope it will be soon :-) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 13 Jul 2003 09:34:48 +0000
parents d8cd876e613e
children 3613007cbb6e
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Sun Jul 13 08:20:42 2003 +0000
+++ b/src/protocols/gg/gg.c	Sun Jul 13 09:34:48 2003 +0000
@@ -1,6 +1,6 @@
 /*
  * gaim - Gadu-Gadu Protocol Plugin
- * $Id: gg.c 6509 2003-07-08 03:36:41Z thekingant $
+ * $Id: gg.c 6567 2003-07-13 09:34:48Z thekingant $
  *
  * Copyright (C) 2001 Arkadiusz Mi¶kiewicz <misiek@pld.ORG.PL>
  * 
@@ -529,7 +529,7 @@
 	/*
 	   if (gg_login(gd->sess, strtol(user->username, (char **)NULL, 10), user->password, 1) < 0) {
 	   gaim_debug(GAIM_DEBUG_MISC, "gg", "uin=%u, pass=%s", strtol(user->username, (char **)NULL, 10), user->password); 
-	   hide_login_progress(gc, "Unable to connect.");
+	   gaim_connection_error(gc, "Unable to connect.");
 	   signoff(gc);
 	   return;
 	   }