pidgin/plugins/perl/common/GtkSession.xs@3c1669c529a1
pidgin/plugins/perl/common/GtkSession.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 16529
-
1d0da9270ff9
- 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::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()