pidgin/plugins/perl/common/GtkPlugin.xs@1ce5b83274c1
pidgin/plugins/perl/common/GtkPlugin.xs
Sun, 19 Dec 2010 20:30:38 +0000
- author
- Elliott Sales de Andrade <qulogic@pidgin.im>
- date
- Sun, 19 Dec 2010 20:30:38 +0000
- changeset 31258
- 1ce5b83274c1
- parent 21342
-
6d1d2ebd9277
- permissions
- -rw-r--r--
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::Plugin PACKAGE = Pidgin::Plugins PREFIX = pidgin_plugins_
PROTOTYPES: ENABLE
void
pidgin_plugins_save()
MODULE = Pidgin::Plugin PACKAGE = Pidgin::Plugin::Dialog PREFIX = pidgin_plugin_dialog_
PROTOTYPES: ENABLE
void
pidgin_plugin_dialog_show()