Mercurial > pidgin
view libgaim/plugins/perl/common/Sound.xs @ 14457:737a6c286a65
[gaim-migrate @ 17171]
SF Patch #1551607 from Alex Badea:
"I'm not entirely sure what causes it in general, but on
my system it's triggered (only sometimes) by the
History plugin on a Yahoo account."
The almost identical SF Patch #1549604 from Valdis Kletnieks says:
"Unchecked dereference of 'oldfont' in gtkimhtml.c
causes a crash when starting up, as 'oldfont' isn't
set."
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 06 Sep 2006 00:36:04 +0000 |
parents | 60b1bc8dbf37 |
children |
line wrap: on
line source
#include "module.h" MODULE = Gaim::Sound PACKAGE = Gaim::Sound PREFIX = gaim_sound_ PROTOTYPES: ENABLE Gaim::Sound::UiOps gaim_sound_get_ui_ops() void gaim_sound_init() void gaim_sound_play_event(event, account) Gaim::SoundEventID event Gaim::Account account void gaim_sound_play_file(filename, account) const char *filename Gaim::Account account void gaim_sound_set_ui_ops(ops) Gaim::Sound::UiOps ops void gaim_sound_uninit()