comparison src/away.h @ 9791:4a15962c344a

[gaim-migrate @ 10659] A patch from Gary Kramlich that renames gtkinternal.h to gtkgaim.h, and makes it not include internal.h There were some reasons for this... but basically it's cleaner. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 20 Aug 2004 05:11:30 +0000
parents c9ac1976ef01
children de25b23933fa
comparison
equal deleted inserted replaced
9790:f8b2630ca694 9791:4a15962c344a
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 #ifndef _GAIM_AWAY_H_ 25 #ifndef _GAIM_AWAY_H_
26 #define _GAIM_AWAY_H_ 26 #define _GAIM_AWAY_H_
27 27
28 #include "gtkinternal.h" 28 #include "gtkgaim.h"
29 29
30 /* XXX CUI: away messages aren't really anything more than char* but we need two char*'s 30 /* XXX CUI: away messages aren't really anything more than char* but we need two char*'s
31 * for the UI so that people can name their away messages when they save them. So these 31 * for the UI so that people can name their away messages when they save them. So these
32 * are really a UI function and struct away_message should be removed from the core. */ 32 * are really a UI function and struct away_message should be removed from the core. */
33 /* WTF? How does having a title for something mean that it is part of the UI? */ 33 /* WTF? How does having a title for something mean that it is part of the UI? */