Mercurial > pidgin
view src/away.h @ 9341:cf5b5b63228d
[gaim-migrate @ 10149]
rizzo, with i think some help from wing, who approves this patch, fixed
an issue with his previous patch, where basicly gaim_url_fetch would fail
on a link like http://foo.bar/blah@blah because it mistook the
foo.bar/blah@ part for a user name.
The most notable thing this fixes is Get Info on MSN people, which wing's
earlier patch made pretty cool, except for the not working part due to
rizzo's earlier patch. So everyone Get Info on their msn buddies and
oooh and aaah at the pictures and stuff.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Tue, 22 Jun 2004 04:07:49 +0000 |
parents | e8aa46291f64 |
children | db62420a53a2 |
line wrap: on
line source
#ifndef _GAIM_AWAY_H_ #define _GAIM_AWAY_H_ #define GtkWidget int int this_file; #define A_BIG_HACK this_file; extern void do_im_back(GtkWidget *, GtkWidget *); #endif /* _GAIM_AWAY_H_ */