Tue, 28 Aug 2007 03:59:44 +0000
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::Privacy PACKAGE = Pidgin::Privacy PREFIX = pidgin_ PROTOTYPES: ENABLE void pidgin_request_add_permit(account, name) Purple::Account account const char * name void pidgin_request_add_block(account, name) Purple::Account account const char * name MODULE = Pidgin::Privacy PACKAGE = Pidgin::Privacy::Dialog PREFIX = pidgin_privacy_dialog_ PROTOTYPES: ENABLE void pidgin_privacy_dialog_show() void pidgin_privacy_dialog_hide()