Mercurial > pidgin
view console/gntdebug.h @ 14391:6e89bfd2b33f
[gaim-migrate @ 17098]
I don't think PRPLs should need to make sure that proto_data is
valid in the set_idle() callback. Some of my idle changes on the
23rd added that requirement. This removes the requirement to
make things the way they were before.
I'm also reverting SVN revision 17005 from faceprint and 17009
from marv_sf. Those revisions fixed the PRPLs so they wouldn't
crash if set_idle() was called before the acocunt was fully
connected. But that shouldn't be needed any more.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Thu, 31 Aug 2006 09:02:10 +0000 |
| parents | c65ed4f6eea8 |
| children | 81650a27f253 |
line wrap: on
line source
#ifndef _GNT_DEBUG_H #define _GNT_DEBUG_H #include "debug.h" GaimDebugUiOps *gg_debug_get_ui_ops(void); void gg_debug_init(void); void gg_debug_uninit(void); void gg_debug_window_show(void); #endif
