view src/away.h @ 8998:3738d1eac0ad

[gaim-migrate @ 9773] " This patch completes the removal of the Show joins/leaves in chats preferences It also (temporarily?) brings back the UI for the IM/Chat buttons preferences by changing #if 0 to #if 1 so they're still easy to identify to revist later on. The "Individual log file for each buddy's signons" pref became obsolete a while ago and was incorrectly #if'd out with a prefslash04 label. This patch completes it's death. With this patch applied the only prefslash thing that should block release is the custom font/color/size/etc stuff, I think we need to work out what to do there. There's a bit of whitespace cleanup too." --Stu Tomlinson committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 21 May 2004 14:26:31 +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_ */