Mercurial > pidgin
diff src/aim.c @ 1333:b332d8f46b84
[gaim-migrate @ 1343]
oo, a fun new register button. oh yeah, and the buddy list stuff got moved back from toc.c to buddy.c. isn't that nice. now you can remove toc.c and rvous.c, comment out one line in prpl.c, and get rid of toc altogether. but you won't do that.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 20 Dec 2000 13:24:48 +0000 |
| parents | 3d82e8f8b786 |
| children | 04874e92af24 |
line wrap: on
line diff
--- a/src/aim.c Wed Dec 20 11:36:40 2000 +0000 +++ b/src/aim.c Wed Dec 20 13:24:48 2000 +0000 @@ -294,8 +294,7 @@ /* Register opens the right URL */ gtk_signal_connect(GTK_OBJECT(reg), "clicked", - GTK_SIGNAL_FUNC(open_url), - "http://aim.aol.com/aimnew/Aim/register.adp?promo=106723&pageset=Aim&client=no"); + GTK_SIGNAL_FUNC(register_user), NULL); /* Enter in the username clears the password and sets the pointer in the password field */ gtk_signal_connect(GTK_OBJECT(GTK_COMBO(name)->entry), "activate",
