Sun, 19 Dec 2010 20:30:38 +0000
Fix a crash on receiving a file with no preview that I just introduced
with the new functions. The preview pointer/size was left
uninitialized if there wasn't one.
#include "gtkmodule.h" MODULE = Pidgin::Log PACKAGE = Pidgin::Log PREFIX = pidgin_log_ PROTOTYPES: ENABLE Purple::Handle pidgin_log_get_handle() void pidgin_log_show(type, buddyname, account) Purple::LogType type const char * buddyname Purple::Account account void pidgin_log_show_contact(contact) Purple::BuddyList::Contact contact MODULE = Pidgin::Log PACKAGE = Pidgin::SysLog PREFIX = pidgin_syslog_ PROTOTYPES: ENABLE void pidgin_syslog_show()