pidgin/plugins/perl/common/GtkPlugin.xs

Tue, 26 Feb 2013 18:28:49 -0500

author
Daniel Atallah <datallah@pidgin.im>
date
Tue, 26 Feb 2013 18:28:49 -0500
branch
release-2.x.y
changeset 33793
f98089ae0e01
parent 21342
6d1d2ebd9277
permissions
-rw-r--r--

Fix some leftover uses of the (very) old scaling API that were using 0.5 instead of PIDGIN_PRPL_ICON_SMALL

* Thanks to Michael Tautschnig for bringing this to our attention
* Fixes #15530

#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