Revision ab0b34e808bf9daf5a7a936057e329033baf0883
rlaager at pidgin.im
rlaager at pidgin.im
Wed Mar 21 05:01:54 EDT 2007
o -----------------------------------------------------------------
| Revision: ab0b34e808bf9daf5a7a936057e329033baf0883
| Ancestor: 96128c2348e9ee86e762a3c1c5bc27788b189e68
| Author: rlaager at pidgin.im
| Date: 2007-03-21T08:41:56
| Branch: im.pidgin.pidgin
|
| Modified files:
| finch/plugins/gntclipboard.c finch/plugins/gntgf.c
| finch/plugins/lastlog.c libpurple/plugins/codeinline.c
|
| ChangeLog:
|
| Use PURPLE_WEBSITE instead of listing the website directly (which was wrong because of the sed).
|
| ============================================================
| --- finch/plugins/gntclipboard.c 7610f136659614433fcb49c4a2022c2c880e173c
| +++ finch/plugins/gntclipboard.c b608256e1a88532cd9f10b04b16514bec0212487
| @@ -150,7 +150,7 @@ static PurplePluginInfo info =
| N_("When the gnt clipboard contents change, "
| "the contents are made available to X, if possible."),
| "Richard Nelson <wabz at whatsbeef.net>",
| - "http://purple.sourceforge.net",
| + PURPLE_WEBSITE,
| plugin_load,
| plugin_unload,
| NULL,
| ============================================================
| --- finch/plugins/gntgf.c b77a189311b2e2ca99ce37729c988c32cc46ba09
| +++ finch/plugins/gntgf.c 9a29ec9bd843414ee31f765dba7ae94bfb7da0c7
| @@ -357,7 +357,7 @@ static PurplePluginInfo info =
| N_("Toaster plugin"),
| N_("Toaster plugin"),
| "Sadrul H Chowdhury <sadrul at users.sourceforge.net>",
| - "http://purple.sourceforge.net",
| + PURPLE_WEBSITE,
| plugin_load,
| plugin_unload,
| NULL,
| ============================================================
| --- finch/plugins/lastlog.c e93a3529a47070eb3adcbbd1f02aba4842686dca
| +++ finch/plugins/lastlog.c f4158a2580a39ddcdfd8304f958b8c8090cbb247
| @@ -123,7 +123,7 @@ static PurplePluginInfo info =
| N_("Lastlog plugin."),
| N_("Lastlog plugin."),
| "Sadrul H Chowdhury <sadrul at users.sourceforge.net>",
| - "http://purple.sourceforge.net",
| + PURPLE_WEBSITE,
| plugin_load,
| plugin_unload,
| NULL,
| ============================================================
| --- libpurple/plugins/codeinline.c 8726ffe190b1deb834244f362327fb7667bbfc99
| +++ libpurple/plugins/codeinline.c ac5f1b11e799f6b06e7db696b73f212d49862788
| @@ -75,7 +75,7 @@ static PurplePluginInfo info =
| "Changes the formatting of any outgoing text such that "
| "anything underlined will be received green and monospace.",
| "Sean Egan <seanegan at gmail.com>",
| - "http://purple.sourceforge.net",
| + PURPLE_WEBSITE,
| plugin_load,
| NULL,
| NULL,
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from ab0b34e808bf9daf5a7a936057e329033baf0883
More information about the Commits
mailing list