pidgin/plugins/perl/common/GtkSession.xs@b3876f83a46c
pidgin/plugins/perl/common/GtkSession.xs
Thu, 10 Dec 2009 03:15:26 +0000
- author
- Paul Aurich <darkrain42@pidgin.im>
- date
- Thu, 10 Dec 2009 03:15:26 +0000
- changeset 29114
- b3876f83a46c
- parent 16529
-
1d0da9270ff9
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
jabber: Fix removing a self-contact.
Need to check for subscription="remove" before checking if it's a self-contact.
#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()