diff libpurple/protocols/yahoo/yahoo.c @ 25925:6e1967b0f90b

Change "screen name" to "username" or "buddy name" in a whole bunch of places in the code. I've been using the definitions from the jabber specs, where "user" is me and "buddy" is someone on my buddy list.
author Mark Doliner <mark@kingant.net>
date Mon, 26 Jan 2009 09:12:04 +0000
parents c0b42d6c2785
children ff4212a5268f 7114d475a9e7 b98519a42e53
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c	Mon Jan 26 06:44:00 2009 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Mon Jan 26 09:12:04 2009 +0000
@@ -4284,7 +4284,7 @@
 }
 
 /* This may not be the best way to do this, but we find the first key w/o a value
- * and assume it is the screenname */
+ * and assume it is the buddy name */
 static void yahoo_find_uri_novalue_param(gpointer key, gpointer value, gpointer user_data)
 {
 	char **retval = user_data;