Mercurial > pidgin.yaz
view pidgin/plugins/perl/common/GtkDebug.xs @ 15565:45d3dd67fa13
With the refactoring I did, it's now possible to reach timestamp_cb_common
with conv == NULL. It happens with system logs. I've reworked the code
accordingly to avoid an assertion failure.
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Mon, 05 Feb 2007 05:28:54 +0000 |
| parents | cb0750152bf6 |
| children | e622745f6f42 |
line wrap: on
line source
#include "gtkmodule.h" MODULE = Pidgin::Debug PACKAGE = Pidgin::Debug PREFIX = pidgin_debug_ PROTOTYPES: ENABLE Gaim::Handle pidgin_debug_get_handle() MODULE = Pidgin::Debug PACKAGE = Pidgin::Debug::Window PREFIX = pidgin_debug_window_ PROTOTYPES: ENABLE void pidgin_debug_window_show() void pidgin_debug_window_hide()
