Mercurial > pidgin
comparison src/aim.c @ 176:c99d0b82c8a8
[gaim-migrate @ 186]
Fixed a bug where if you unload a plugin that had 3 callbacks, it would only
unload 2 of them. Other touch-ups and additions.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 25 Apr 2000 18:55:56 +0000 |
| parents | e9414f13d8b7 |
| children | 0ff9f19b9b23 |
comparison
equal
deleted
inserted
replaced
| 175:4b011ba81a9d | 176:c99d0b82c8a8 |
|---|---|
| 444 (general_options & OPT_GEN_REMEMBER_PASS)) { | 444 (general_options & OPT_GEN_REMEMBER_PASS)) { |
| 445 dologin(signon, NULL); | 445 dologin(signon, NULL); |
| 446 } | 446 } |
| 447 } | 447 } |
| 448 | 448 |
| 449 | 449 extern show_debug(GtkObject *); |
| 450 int main(int argc, char *argv[]) | 450 int main(int argc, char *argv[]) |
| 451 { | 451 { |
| 452 #ifdef USE_APPLET | 452 #ifdef USE_APPLET |
| 453 InitAppletMgr( argc, argv ); | 453 InitAppletMgr( argc, argv ); |
| 454 #elif defined USE_THEMES | 454 #elif defined USE_THEMES |
| 458 #endif /* USE_THEMES */ | 458 #endif /* USE_THEMES */ |
| 459 | 459 |
| 460 | 460 |
| 461 set_defaults(); | 461 set_defaults(); |
| 462 load_prefs(); | 462 load_prefs(); |
| 463 if (general_options & OPT_GEN_DEBUG) | |
| 464 show_debug(NULL); | |
| 463 | 465 |
| 464 #ifdef USE_APPLET | 466 #ifdef USE_APPLET |
| 465 applet_widget_register_callback(APPLET_WIDGET(applet), | 467 applet_widget_register_callback(APPLET_WIDGET(applet), |
| 466 "prefs", | 468 "prefs", |
| 467 _("Preferences"), | 469 _("Preferences"), |
