Mercurial > pidgin.yaz
view pidgin/plugins/perl/common/GtkSession.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 | 3138d800cb42 |
| children | e622745f6f42 |
line wrap: on
line source
#include "gtkmodule.h" MODULE = Gaim::GtkUI::Session PACKAGE = Gaim::GtkUI::Session PREFIX = gaim_gtk_session_ PROTOTYPES: ENABLE void pidgin_session_init(argv0, previous_id, config_dir) gchar * argv0 gchar * previous_id gchar * config_dir void pidgin_session_end()
