# HG changeset patch # User Eric Warmenhoven # Date 1006629332 0 # Node ID e8a2f3b92348ab6144d45f6bcb547a7986ad1762 # Parent 3bf63f1882c81a5054c910142ce8a3d8527147c5 [gaim-migrate @ 2802] I don't think anyone is being pleased with the way it is now. So I'll put in this fix. Maybe this will make more people happy. That comment pissed me off so much. I'll put it back to the way it was originally tomorrow when I get home. committer: Tailor Script diff -r 3bf63f1882c8 -r e8a2f3b92348 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Wed Nov 21 12:22:31 2001 +0000 +++ b/src/protocols/oscar/oscar.c Sat Nov 24 19:15:32 2001 +0000 @@ -1607,7 +1607,7 @@ away ? _("User has no away message") : _("No Information Provided"), - away ? legend : NULL, + legend, NULL); return 1; @@ -2269,11 +2269,13 @@ aim_getinfo(odata->sess, odata->conn, name, AIM_GETINFO_GENERALINFO); } +/* static void oscar_get_away_msg(struct gaim_connection *g, char *name) { struct oscar_data *odata = (struct oscar_data *)g->proto_data; if (!odata->icq) aim_getinfo(odata->sess, odata->conn, name, AIM_GETINFO_AWAYMESSAGE); } +*/ static void oscar_set_dir(struct gaim_connection *g, char *first, char *middle, char *last, char *maiden, char *city, char *state, char *country, int web) { @@ -2913,7 +2915,7 @@ ret->set_info = oscar_set_info; ret->get_info = oscar_get_info; ret->set_away = oscar_set_away; - ret->get_away = oscar_get_away_msg; + ret->get_away = NULL; ret->set_dir = oscar_set_dir; ret->get_dir = NULL; /* Oscar really doesn't have this */ ret->dir_search = oscar_dir_search;