Mercurial > pidgin.yaz
diff 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 |
line wrap: on
line diff
--- a/src/aim.c Tue Apr 25 17:38:35 2000 +0000 +++ b/src/aim.c Tue Apr 25 18:55:56 2000 +0000 @@ -446,7 +446,7 @@ } } - +extern show_debug(GtkObject *); int main(int argc, char *argv[]) { #ifdef USE_APPLET @@ -460,6 +460,8 @@ set_defaults(); load_prefs(); + if (general_options & OPT_GEN_DEBUG) + show_debug(NULL); #ifdef USE_APPLET applet_widget_register_callback(APPLET_WIDGET(applet),
