diff options
author | Sadrul Habib Chowdhury <sadrul@pidgin.im> | 2008-04-30 11:27:17 +0000 |
---|---|---|
committer | Sadrul Habib Chowdhury <sadrul@pidgin.im> | 2008-04-30 11:27:17 +0000 |
commit | 91f1e22615f8c5cd3e9762b64ff79cb45b08a3d7 (patch) | |
tree | 0b88e63d158bfb9d671e2e63cdaaf74fd36a5058 /libpurple/prpl.h | |
parent | 9296bc5a11f2a61891acbe6dbf13d7989aefbd86 (diff) | |
download | pidgin-91f1e22615f8c5cd3e9762b64ff79cb45b08a3d7.tar.gz |
disapproval of revision '48018e2c0eeccd0d745b803d282556e69b6b8311'
This really needs to happen with the appropriate magic necessary to allow
adding newer functions when necessary without forcing a bump in the
major. I am not necessarily succumbing to 'fear of incrementing a version
number' or anything, I just don't think this particular feature is
important or useful enough. I would be interested to see if there's still
any confusion left after the change from 'Screenname' to 'Username'.
Diffstat (limited to 'libpurple/prpl.h')
-rw-r--r-- | libpurple/prpl.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libpurple/prpl.h b/libpurple/prpl.h index 7ec6f17651..5566b62b98 100644 --- a/libpurple/prpl.h +++ b/libpurple/prpl.h @@ -398,11 +398,7 @@ struct _PurplePluginProtocolInfo gboolean (*send_attention)(PurpleConnection *gc, const char *username, guint type); GList *(*get_attention_types)(PurpleAccount *acct); - /* This allows protocols to specify a more specific term for the "ScreenName" field - * in the add account window. This helps avoid confusion for users using protocols - * such as MySpace or MSN - */ - const char *(*account_login_label)(void); + void (*_purple_reserved4)(void); }; #define PURPLE_IS_PROTOCOL_PLUGIN(plugin) \ |