comparison src/connection.c @ 5717:1d140b31d4b3

[gaim-migrate @ 6138] this almost kinda sorta works. It's the wonderful connecting dialog that shows you how far along you are in connecting. This also gets rid of the ever-present signon dialog. Oh, and I ended up digging through header hell and changing a lot. Hopefully I didn't break anything too badly. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 03 Jun 2003 19:55:47 +0000
parents dae79aefac8d
children d1aecc84319c
comparison
equal deleted inserted replaced
5716:52f301dbfeaa 5717:1d140b31d4b3
18 * 18 *
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software 20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 */ 22 */
23
23 #include "connection.h" 24 #include "connection.h"
25 #include "debug.h"
26 #include "gaim.h"
24 27
25 static GList *connections = NULL; 28 static GList *connections = NULL;
26 static GList *connections_connecting = NULL; 29 static GList *connections_connecting = NULL;
27 static GaimConnectionUiOps *connection_ui_ops = NULL; 30 static GaimConnectionUiOps *connection_ui_ops = NULL;
28 31