Mercurial > pidgin
diff src/protocols/oscar/oscar.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 | 588e88bcdac5 |
| children | 338147ea6896 |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Thu Aug 14 03:28:17 2003 +0000 +++ b/src/protocols/oscar/oscar.c Thu Aug 14 03:55:13 2003 +0000 @@ -46,7 +46,6 @@ /* XXX CORE/UI */ #include "gtkinternal.h" #include "gaim.h" -#include "ui.h" #define UC_AOL 0x02 @@ -6082,7 +6081,7 @@ { struct oscar_data *od = gc->proto_data; gchar *substituted = gaim_strreplace(od->sess->authinfo->chpassurl, "%s", gaim_account_get_username(gaim_connection_get_account(gc))); - open_url(NULL, substituted); + gaim_notify_uri(gc, substituted); g_free(substituted); }
