/soc/2013/bhaskar/plugins-window: 0cbc6de1750e: Changed DEFAULT_...

Bhaskar Kandiyal bkandiyal at gmail.com
Thu Aug 22 15:42:00 EDT 2013


Changeset: 0cbc6de1750e7e31973ad5eb0577c05c6244f357
Author:	 Bhaskar Kandiyal <bkandiyal at gmail.com>
Date:	 2013-08-23 01:11 +0530
Branch:	 soc.2013.plugins_window
URL: https://hg.pidgin.im/soc/2013/bhaskar/plugins-window/rev/0cbc6de1750e

Description:

Changed DEFAULT_URI to point to the online site instead of the local one

diffstat:

 pidgin/gtkplugin.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff --git a/pidgin/gtkplugin.c b/pidgin/gtkplugin.c
--- a/pidgin/gtkplugin.c
+++ b/pidgin/gtkplugin.c
@@ -53,8 +53,8 @@ typedef enum {
 	PLUGIN_FILTER_ALL_PLUGINS = 3,
 } PluginFilter;
 
-/*static const gchar* DEFAULT_URI = "http://bhaskar-kandiyal.rhcloud.com";*/
-static const gchar* DEFAULT_URI = "http://127.0.0.1:8000"; /* For local debugging only */
+static const gchar* DEFAULT_URI = "http://bhaskar-kandiyal.rhcloud.com";
+/*static const gchar* DEFAULT_URI = "http://127.0.0.1:8000"; /* For local debugging only */
 static gint FIRST_LOAD = TRUE;
 
 static void plugin_toggled_stage_two(PurplePlugin *plug, GtkTreeModel *model,



More information about the Commits mailing list