diff src/ui.h @ 4755:54fbd9769677

[gaim-migrate @ 5072] This fixes the debug window. It's probably not an ideal fix, but it works. Some kind of core/ui splittage here would be nice. I also made the gtk convo destroy function remove the timer to redraw animated buddy icons, if it exists. This doesn't really affect anything, since the redraw function checks to make sure the convo exists, but it's probably more better this way. Also, I meant to misspell "definitely." Really. I did. You don't believe me? It's ok, I wouldn't believe me either. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 13 Mar 2003 22:57:58 +0000
parents abec345c8c92
children 7433f6a3569e
line wrap: on
line diff
--- a/src/ui.h	Thu Mar 13 22:02:12 2003 +0000
+++ b/src/ui.h	Thu Mar 13 22:57:58 2003 +0000
@@ -462,6 +462,7 @@
 extern void set_option(GtkWidget *, int *);
 extern void show_prefs();
 extern void show_debug();
+extern void toggle_debug();
 extern void update_color(GtkWidget *, GtkWidget *);
 extern void set_default_away(GtkWidget *, gpointer);
 extern void default_away_menu_init(GtkWidget *);