view src/away.h @ 8517:5cb93726e4d5

[gaim-migrate @ 9256] "The problem I noticed with the <AUTO RESPONSE> in plain text logging was that it was logged correctly as plain text but the log reading was not doing html escaping. I also noticed that because all sent text is now marked up in html, things like < > and & were logged as &lt; &gt and &amp; etc. This patch fixes the above problems by improving the markup stripping before writing the log and escaping html while reading the log (only affects plain text logging). I would have posted to sourceforge, but it seems to be having problems at the moment. If I get a chance I'll post it there too." --Stu Tomlinson Nathan, this should fixe the issues you were hitting committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 28 Mar 2004 19:53:43 +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_ */