[gaim-migrate @ 5983]

Sat, 31 May 2003 02:20:09 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Sat, 31 May 2003 02:20:09 +0000
changeset 5579
9a3dbd24e80a
parent 5578
31f6f8b5e24b
child 5580
a5a3e6dfb409

[gaim-migrate @ 5983]
Me spoke too soon.

src/protocols/oscar/oscar.c file | annotate | diff | comparison | revisions
--- a/src/protocols/oscar/oscar.c	Sat May 31 02:13:30 2003 +0000
+++ b/src/protocols/oscar/oscar.c	Sat May 31 02:20:09 2003 +0000
@@ -489,7 +489,7 @@
 	if ((cnv = gaim_find_conversation(sn)))
 		gaim_conversation_write(cnv, NULL, buf, -1, WFLAG_SYSTEM, time(NULL));
 
-	gaim_conversation_update_progress(cnv, NULL, u100);
+	gaim_conversation_update_progress(cnv, 0);
 
 	g_free(dim); /* I guess? I don't see it anywhere else... -- mid */
 	g_free(sn);
@@ -3672,9 +3672,9 @@
 			   "Disconnected.  Code is 0x%04x and msg is %s\n", code, msg);
 	if ((fr) && (fr->conn) && (fr->conn->type == AIM_CONN_TYPE_BOS)) {
 		if (code == 0x0001) {
-			gaim_connection_error_error(gc, _("You have been disconnected because you have signed on with this screen name at another location."));
+			gaim_connection_error(gc, _("You have been disconnected because you have signed on with this screen name at another location."));
 		} else {
-			gaim_connection_error_error(gc, _("You have been signed off for an unknown reason."));
+			gaim_connection_error(gc, _("You have been signed off for an unknown reason."));
 		}
 		od->killme = TRUE;
 	}

mercurial