changeset 7884:71354edf06d7

[gaim-migrate @ 8538] Go Naptster, go! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 15 Dec 2003 02:07:03 +0000
parents 30ed1fc892aa
children ec9a1e76581c
files src/protocols/napster/napster.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/napster/napster.c	Mon Dec 15 01:47:29 2003 +0000
+++ b/src/protocols/napster/napster.c	Mon Dec 15 02:07:03 2003 +0000
@@ -468,7 +468,7 @@
 
 	/* Update the login progress status display */
 	buf = g_strdup_printf("Logging in: %s", gaim_account_get_username(gc->account));
-	gaim_connection_update_progress(gc, buf, 2, NAPSTER_CONNECT_STEPS);
+	gaim_connection_update_progress(gc, buf, 1, NAPSTER_CONNECT_STEPS);
 	g_free(buf);
 
 	/* Write our signon data */
@@ -484,7 +484,7 @@
 {
 	GaimConnection *gc = gaim_account_get_connection(account);
 
-	gaim_connection_update_progress(gc, _("Connecting"), 1, NAPSTER_CONNECT_STEPS);
+	gaim_connection_update_progress(gc, _("Connecting"), 0, NAPSTER_CONNECT_STEPS);
 
 	gc->proto_data = g_new0(struct nap_data, 1);
 	if (gaim_proxy_connect(account,