Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 783:5bad8e4d1c88 | 784:4c292b3f74ea |
|---|---|
| 112 g_free(p->filename); /* why do i bother? */ | 112 g_free(p->filename); /* why do i bother? */ |
| 113 g_free(p); | 113 g_free(p); |
| 114 c = c->next; | 114 c = c->next; |
| 115 } | 115 } |
| 116 #endif /* GAIM_PLUGINS */ | 116 #endif /* GAIM_PLUGINS */ |
| 117 #ifdef USE_PERL | |
| 118 perl_end(); | |
| 119 #endif | |
| 117 | 120 |
| 118 exit(0); | 121 exit(0); |
| 119 #endif /* USE_APPLET */ | 122 #endif /* USE_APPLET */ |
| 120 } | 123 } |
| 121 | 124 |
| 553 if (general_options & OPT_GEN_DEBUG) | 556 if (general_options & OPT_GEN_DEBUG) |
| 554 show_debug(NULL); | 557 show_debug(NULL); |
| 555 | 558 |
| 556 gdk_threads_enter(); | 559 gdk_threads_enter(); |
| 557 | 560 |
| 561 #ifdef USE_PERL | |
| 562 perl_init(); | |
| 563 #endif | |
| 564 | |
| 558 #ifdef USE_APPLET | 565 #ifdef USE_APPLET |
| 559 applet_widget_register_callback(APPLET_WIDGET(applet), | 566 applet_widget_register_callback(APPLET_WIDGET(applet), |
| 560 "prefs", | 567 "prefs", |
| 561 _("Preferences"), | 568 _("Preferences"), |
| 562 show_prefs, | 569 show_prefs, |
