diff src/oscar.c @ 481:64afc8f41bcb

[gaim-migrate @ 491] smileys don't cause dropping of font attributes. gtkhtml handles multiple text much better. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 10 Jul 2000 02:53:14 +0000
parents 6a92cd7322cc
children 6e318907bcce
line wrap: on
line diff
--- a/src/oscar.c	Mon Jul 10 01:22:57 2000 +0000
+++ b/src/oscar.c	Mon Jul 10 02:53:14 2000 +0000
@@ -114,7 +114,7 @@
 int oscar_login(char *username, char *password) {
 	struct aim_session_t *sess;
 	struct aim_conn_t *conn;
-	struct client_info_s info = {"AOL Instant Messenger (TM), version 2.1.1187/WIN32", 4, 31, 3141, "us", "en", 0x0004, 0x0001, 0x055};
+	struct client_info_s info = {"AOL Instant Messenger (TM), version 2.1.1187/WIN32", 4, 30, 3141, "us", "en", 0x0004, 0x0001, 0x055};
 	struct aim_user *u;
 	char buf[256];