pidgin/plugins/perl/common/GtkPlugin.xs

Mon, 03 Dec 2007 21:26:54 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Mon, 03 Dec 2007 21:26:54 +0000
changeset 21866
dbaaa235297b
parent 21342
6d1d2ebd9277
permissions
-rw-r--r--

Fix #4229 by not crashing when there is an invalid group name. There is probably a bug elsewhere that causes this (I'm guessing with the ICQ encoding or something.)

#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()

mercurial