changeset 730:e46cc3c6ff26

[gaim-migrate @ 740] whoops committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 21 Aug 2000 17:10:39 +0000
parents 8ec392eab812
children 3e1e809b968b
files src/aim.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/aim.c	Mon Aug 21 07:46:17 2000 +0000
+++ b/src/aim.c	Mon Aug 21 17:10:39 2000 +0000
@@ -22,14 +22,14 @@
 #ifdef HAVE_CONFIG_H
 #include "../config.h"
 #endif
-#ifdef USE_GNOME
-#include <gnome.h>
-#else
 #ifdef USE_APPLET
 #include "gnome_applet_mgr.h"
 #include <gnome.h>
+#else
+#ifdef USE_GNOME
+#include <gnome.h>
+#endif /* USE_GNOME */
 #endif /* USE_APPLET */
-#endif /* USE_GNOME */
 #ifdef GAIM_PLUGINS
 #include <dlfcn.h>
 #endif /* GAIM_PLUGINS */