diff src/aim.c @ 784:4c292b3f74ea

[gaim-migrate @ 794] now all i have to do is add the UI and i'm set committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 29 Aug 2000 05:16:34 +0000
parents c714def9cebb
children 9d5e7e987103
line wrap: on
line diff
--- a/src/aim.c	Tue Aug 29 05:08:38 2000 +0000
+++ b/src/aim.c	Tue Aug 29 05:16:34 2000 +0000
@@ -114,6 +114,9 @@
 		c = c->next;
 	}
 #endif /* GAIM_PLUGINS */
+#ifdef USE_PERL
+	perl_end();
+#endif
 
 	exit(0);
 #endif /* USE_APPLET */
@@ -555,6 +558,10 @@
 
 	gdk_threads_enter();
 
+#ifdef USE_PERL
+	perl_init();
+#endif
+
 #ifdef USE_APPLET
 	applet_widget_register_callback(APPLET_WIDGET(applet),
 					"prefs",