Use PURPLE_WEBSITE instead of listing the website directly (which was wrong because of the sed).

Wed, 21 Mar 2007 08:41:56 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Wed, 21 Mar 2007 08:41:56 +0000
changeset 15924
1e6022a75ba9
parent 15923
17656515536c
child 15925
8a24d3812e98

Use PURPLE_WEBSITE instead of listing the website directly (which was wrong because of the sed).

finch/plugins/gntclipboard.c file | annotate | diff | comparison | revisions
finch/plugins/gntgf.c file | annotate | diff | comparison | revisions
finch/plugins/lastlog.c file | annotate | diff | comparison | revisions
libpurple/plugins/codeinline.c file | annotate | diff | comparison | revisions
--- a/finch/plugins/gntclipboard.c	Wed Mar 21 08:40:43 2007 +0000
+++ b/finch/plugins/gntclipboard.c	Wed Mar 21 08:41:56 2007 +0000
@@ -150,7 +150,7 @@
 	N_("When the gnt clipboard contents change, "
 		"the contents are made available to X, if possible."),
 	"Richard Nelson <wabz@whatsbeef.net>",
-	"http://purple.sourceforge.net",
+	PURPLE_WEBSITE,
 	plugin_load,
 	plugin_unload,
 	NULL,
--- a/finch/plugins/gntgf.c	Wed Mar 21 08:40:43 2007 +0000
+++ b/finch/plugins/gntgf.c	Wed Mar 21 08:41:56 2007 +0000
@@ -357,7 +357,7 @@
 	N_("Toaster plugin"),
 	N_("Toaster plugin"),
 	"Sadrul H Chowdhury <sadrul@users.sourceforge.net>",
-	"http://purple.sourceforge.net",
+	PURPLE_WEBSITE,
 	plugin_load,
 	plugin_unload,
 	NULL,
--- a/finch/plugins/lastlog.c	Wed Mar 21 08:40:43 2007 +0000
+++ b/finch/plugins/lastlog.c	Wed Mar 21 08:41:56 2007 +0000
@@ -123,7 +123,7 @@
 	N_("Lastlog plugin."),
 	N_("Lastlog plugin."),
 	"Sadrul H Chowdhury <sadrul@users.sourceforge.net>",
-	"http://purple.sourceforge.net",
+	PURPLE_WEBSITE,
 	plugin_load,
 	plugin_unload,
 	NULL,
--- a/libpurple/plugins/codeinline.c	Wed Mar 21 08:40:43 2007 +0000
+++ b/libpurple/plugins/codeinline.c	Wed Mar 21 08:41:56 2007 +0000
@@ -75,7 +75,7 @@
      "Changes the formatting of any outgoing text such that "
      "anything underlined will be received green and monospace.",
      "Sean Egan <seanegan@gmail.com>",
-     "http://purple.sourceforge.net",
+     PURPLE_WEBSITE,
      plugin_load,
      NULL,
      NULL,

mercurial