diff src/gaimrc.c @ 82:05077cb276d4

[gaim-migrate @ 92] Made it very easy to switch between penguin and devil icons in the applet. Also made it so that it would find the icons better (through use of nifty GNOME functions I accidentally found). Other little touch-ups here and there. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 05 Apr 2000 08:22:38 +0000
parents e3e7351cf70d
children 51943f1a97a0
line wrap: on
line diff
--- a/src/gaimrc.c	Wed Apr 05 07:21:34 2000 +0000
+++ b/src/gaimrc.c	Wed Apr 05 08:22:38 2000 +0000
@@ -32,6 +32,10 @@
 #include "gaim.h"
 #include "proxy.h"
 
+#if USE_APPLET
+#include "gnome_applet_mgr.h"
+#endif
+
 
 struct aim_user *current_user = NULL;
 GList *aim_users = NULL;
@@ -415,7 +419,7 @@
                         blist_pos.height = atoi(p->value[3]);
                         blist_pos.xoff = atoi(p->value[4]);
                         blist_pos.yoff = atoi(p->value[5]);
-                }
+		}
 
         }