diff src/toc.c @ 976:2586b2a3725e

[gaim-migrate @ 986] warning works better, i hope :-P for every one fixme i get rid of i add 3, i swear committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 11 Oct 2000 04:30:26 +0000
parents a45991891aba
children 563c409e26a1
line wrap: on
line diff
--- a/src/toc.c	Wed Oct 11 03:56:46 2000 +0000
+++ b/src/toc.c	Wed Oct 11 04:30:26 2000 +0000
@@ -39,7 +39,7 @@
 #include "gaim.h"
 #include "gnome_applet_mgr.h"
 
-#define REVISION "gaim:$Revision: 985 $"
+#define REVISION "gaim:$Revision: 986 $"
 
 
 static unsigned int peer_ver=0;
@@ -53,7 +53,7 @@
 
 /* ok. this function used to take username/password, and return 0 on success.
  * now, it takes username/password, and returns NULL on error or a new gaim_connection
- * on success. FIXME: should this modify the UI? or just sign in? */
+ * on success. */
 struct gaim_connection *toc_login(char *username, char *password)
 {
 	char *config;