Mercurial > pidgin
changeset 16072:b0be5a8d8561
Whitespace
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Wed, 11 Apr 2007 19:45:20 +0000 |
parents | 5e436cd088e4 |
children | 735d92e685ef |
files | libpurple/plugins/buddynote.c |
diffstat | 1 files changed, 5 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/plugins/buddynote.c Wed Apr 11 18:03:09 2007 +0000 +++ b/libpurple/plugins/buddynote.c Wed Apr 11 19:45:20 2007 +0000 @@ -75,27 +75,24 @@ static PurplePluginInfo info = { PURPLE_PLUGIN_MAGIC, - PURPLE_MAJOR_VERSION, /**< major version */ - PURPLE_MINOR_VERSION, + PURPLE_MAJOR_VERSION, /**< major version */ + PURPLE_MINOR_VERSION, /**< minor version */ PURPLE_PLUGIN_STANDARD, /**< type */ NULL, /**< ui_requirement */ 0, /**< flags */ NULL, /**< dependencies */ - PURPLE_PRIORITY_DEFAULT, /**< priority */ - + PURPLE_PRIORITY_DEFAULT, /**< priority */ "core-plugin_pack-buddynote", /**< id */ N_("Buddy Notes"), /**< name */ VERSION, /**< version */ - N_("Store notes on particular buddies."), /** summary */ + N_("Store notes on particular buddies."), /**< summary */ N_("Adds the option to store notes for buddies " - "on your buddy list."), /** description */ + "on your buddy list."), /**< description */ "Stu Tomlinson <stu@nosnilmot.com>", /**< author */ PURPLE_WEBSITE, /**< homepage */ - plugin_load, /**< load */ NULL, /**< unload */ NULL, /**< destroy */ - NULL, /**< ui_info */ NULL, /**< extra_info */ NULL, /**< prefs_info */