/pidgin/main: 3a32622cd352: Prefer https pidgin.im rather than http

Mark Doliner mark at kingant.net
Sat Jan 11 00:33:57 EST 2014


Changeset: 3a32622cd352ef1092d9e34ab622e668b3733c64
Author:	 Mark Doliner <mark at kingant.net>
Date:	 2014-01-10 21:33 -0800
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/3a32622cd352

Description:

Prefer https pidgin.im rather than http

diffstat:

 libpurple/plugins/notify_example.c    |  2 +-
 libpurple/plugins/tcl/signal-test.tcl |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (22 lines):

diff --git a/libpurple/plugins/notify_example.c b/libpurple/plugins/notify_example.c
--- a/libpurple/plugins/notify_example.c
+++ b/libpurple/plugins/notify_example.c
@@ -66,7 +66,7 @@ static void
 notify_uri_cb(PurplePluginAction *action)
 {
 	/* This one should open your web browser of choice. */
-	purple_notify_uri(action->plugin, "https://www.pidgin.im/");
+	purple_notify_uri(action->plugin, "https://pidgin.im/");
 }
 
 static GList *
diff --git a/libpurple/plugins/tcl/signal-test.tcl b/libpurple/plugins/tcl/signal-test.tcl
--- a/libpurple/plugins/tcl/signal-test.tcl
+++ b/libpurple/plugins/tcl/signal-test.tcl
@@ -119,5 +119,5 @@ proc plugin_init { } {
 	     "Tests Tcl signal handlers" \
              "Debugs a ridiculous amount of signal information." \
              "Ethan Blanton <elb at pidgin.im>" \
-             "https://www.pidgin.im/"
+             "https://pidgin.im/"
 }



More information about the Commits mailing list