pidgin/plugins/perl/common/GtkConn.xs

Tue, 28 Aug 2007 03:59:44 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Tue, 28 Aug 2007 03:59:44 +0000
changeset 19675
3c1669c529a1
parent 15899
75f0041f72b8
child 18068
b6554e3c8224
permissions
-rw-r--r--

Move purple_prefs_load() to purple_prefs_init() - there's been a TODO for this for a long time. I have no idea why this wasn't done sooner; it seems to work just fine and fixes some bugs where stuff isn't loaded before being used. Fixes #1848 (and I'm sure others). Yell at me if this breaks anything.

#include "gtkmodule.h"

MODULE = Pidgin::Connection  PACKAGE = Pidgin::Connection  PREFIX = pidgin_connection_
PROTOTYPES: ENABLE

Purple::Handle
pidgin_connection_get_handle()

mercurial