diff src/protocols/oscar/oscar.c @ 10157:0de7eee583e6

[gaim-migrate @ 11237] Vite McSpacen committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 04 Nov 2004 05:13:08 +0000
parents 3cec08c6179c
children fa4973f356a1
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Thu Nov 04 04:40:57 2004 +0000
+++ b/src/protocols/oscar/oscar.c	Thu Nov 04 05:13:08 2004 +0000
@@ -4483,7 +4483,7 @@
 			gaim_notify_emails(gc, emailinfo->nummsgs, FALSE, NULL, NULL, (const char **)&to, (const char **)&emailinfo->url, NULL, NULL);
 		g_free(to);
 	}
-	
+
 	if (alertitle)
 		gaim_debug_misc("oscar", "Got an alert '%s' %s\n", alertitle, alerturl ? alerturl : "");
 
@@ -4999,7 +4999,7 @@
  * This function was recommended by the STRFTIME(3) man page to remove the
  * "last 2 digits" warning.
  */
-static size_t my_strftime(char *s, size_t max, const char  *fmt,  
+static size_t my_strftime(char *s, size_t max, const char  *fmt,
 			const struct tm *tm)
 {
 	return strftime(s, max, fmt, tm);
@@ -5720,6 +5720,7 @@
 	}
 #endif
 
+	/* XXX - Should this be done from AIM accounts, as well? */
 	if (od->icq)
 		aim_icq_getalias(od->sess, buddy->name);
 }
@@ -7025,7 +7026,7 @@
 			m = g_list_append(m, act);
 		}
 	}
-	
+
 	return m;
 }