diff src/connection.h @ 8430:87bd4d4ff499

[gaim-migrate @ 9160] Various uselessness committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 12 Mar 2004 01:55:54 +0000
parents fa6395637e2c
children cc2ce209cc46
line wrap: on
line diff
--- a/src/connection.h	Thu Mar 11 20:50:15 2004 +0000
+++ b/src/connection.h	Fri Mar 12 01:55:54 2004 +0000
@@ -94,7 +94,12 @@
 	int evil;                    /**< Warning level for AIM (why is
 	                                  this here?)                        */
 
-	gboolean wants_to_die;	     /**< Wants to Die state.                */
+	gboolean wants_to_die;	     /**< Wants to Die state.  This is set
+	                                  when the user chooses to sign off,
+	                                  or when the protocol is
+	                                  disconnected and should not be
+	                                  automatically reconnected
+	                                  (incorrect password, etc.)         */
 	guint disconnect_timeout;    /**< Timer used for nasty stack tricks  */
 };