comparison src/protocols/yahoo/yahoo.c @ 6465:fb64cc87bc96

[gaim-migrate @ 6974] open_url() is gone forever! WOOHOO! Now we have gaim_notify_uri(). Oh, and whitespace changes in some files, because they just really bugged me. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 14 Aug 2003 03:55:13 +0000
parents 8f94cce8faa5
children 63c449a1022f
comparison
equal deleted inserted replaced
6464:059649ed25ed 6465:fb64cc87bc96
1087 t = game = g_strdup(strstr(game, "ante?room=")); 1087 t = game = g_strdup(strstr(game, "ante?room="));
1088 while (*t != '\t') 1088 while (*t != '\t')
1089 t++; 1089 t++;
1090 *t = 0; 1090 *t = 0;
1091 g_snprintf(url, sizeof url, "http://games.yahoo.com/games/%s", game); 1091 g_snprintf(url, sizeof url, "http://games.yahoo.com/games/%s", game);
1092 open_url(NULL, url); 1092 gaim_notify_uri(gc, url);
1093 g_free(game); 1093 g_free(game);
1094 } 1094 }
1095 1095
1096 static char *yahoo_status_text(struct buddy *b) 1096 static char *yahoo_status_text(struct buddy *b)
1097 { 1097 {