# HG changeset patch # User Stu Tomlinson # Date 1176320720 0 # Node ID b0be5a8d85615664d0a2e9ff7fda0ffbcb34b2dd # Parent 5e436cd088e4d484e975f68412eaf09ec4059e71 Whitespace diff -r 5e436cd088e4 -r b0be5a8d8561 libpurple/plugins/buddynote.c --- 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 ", /**< author */ PURPLE_WEBSITE, /**< homepage */ - plugin_load, /**< load */ NULL, /**< unload */ NULL, /**< destroy */ - NULL, /**< ui_info */ NULL, /**< extra_info */ NULL, /**< prefs_info */