pidgin/plugins/perl/common/GtkSession.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 16529
1d0da9270ff9
child 18068
b6554e3c8224
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::Session  PACKAGE = Pidgin::Session  PREFIX = pidgin_session_
PROTOTYPES: ENABLE

void
pidgin_session_init(argv0, previous_id, config_dir)
	gchar * argv0
	gchar * previous_id
	gchar * config_dir

void
pidgin_session_end()

mercurial