changeset 10644:de96582ba40a

[gaim-migrate @ 12155] Ka-ching committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 27 Feb 2005 20:47:00 +0000
parents 868aafbe859b
children 6480697e907b
files po/POTFILES.in src/Makefile.mingw src/protocols/oscar/auth.c
diffstat 3 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/po/POTFILES.in	Sun Feb 27 08:35:11 2005 +0000
+++ b/po/POTFILES.in	Sun Feb 27 20:47:00 2005 +0000
@@ -62,6 +62,7 @@
 src/gtkroomlist.c
 src/gtksavedstatuses.c
 src/gtksound.c
+src/gtkstatusbox.c
 src/gtkstatusselector.c
 src/gtkstock.c
 src/gtkutils.c
--- a/src/Makefile.mingw	Sun Feb 27 08:35:11 2005 +0000
+++ b/src/Makefile.mingw	Sun Feb 27 20:47:00 2005 +0000
@@ -114,6 +114,7 @@
 			gtksavedstatuses.c \
 			gtksound.c \
 			gtksourceiter.c \
+			gtkstatusbox.c \
 			gtkstatusselector.c \
 			gtkstock.c \
 			gtkthemes.c \
--- a/src/protocols/oscar/auth.c	Sun Feb 27 08:35:11 2005 +0000
+++ b/src/protocols/oscar/auth.c	Sun Feb 27 20:47:00 2005 +0000
@@ -476,12 +476,10 @@
 
 	aim_tlvlist_add_raw(&tl, 0x0001, strlen(sn), sn);
 
-	/*
-	 * These are sent in logins for recent WinAIM clients.  Maybe tells
-	 * the server we're able to handle SecurID requests?  That's a complete
-	 * guess.
-	 */
+	/* Tell the server we support SecurID logins. */
 	aim_tlvlist_add_noval(&tl, 0x004b);
+
+	/* Unknown.  Sent in recent WinAIM clients.*/
 	aim_tlvlist_add_noval(&tl, 0x005a);
 
 	aim_tlvlist_write(&fr->data, &tl);