Mercurial > pidgin
comparison src/away.c @ 2090:b66aca8e8dce
[gaim-migrate @ 2100]
change ../config.h to <config.h> because that's better. change from GdkInput functions to GaimInput for reasons mentioned elsewhere.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 31 Jul 2001 23:23:40 +0000 |
parents | e43c267b1a8a |
children | bd9d403fb15b |
comparison
equal
deleted
inserted
replaced
2089:bb1ddaaf0d26 | 2090:b66aca8e8dce |
---|---|
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
19 * | 19 * |
20 */ | 20 */ |
21 | 21 |
22 #ifdef HAVE_CONFIG_H | 22 #ifdef HAVE_CONFIG_H |
23 #include "../config.h" | 23 #include <config.h> |
24 #endif | 24 #endif |
25 #ifdef USE_APPLET | 25 #ifdef USE_APPLET |
26 #include <gnome.h> | 26 #include <gnome.h> |
27 #include <applet-widget.h> | 27 #include <applet-widget.h> |
28 #include "applet.h" | 28 #include "applet.h" |