/soc/2013/bhaskar/plugins-window: 8876669a92bf: Changed PIDGIN_P...
Bhaskar Kandiyal
bkandiyal at gmail.com
Sun Sep 22 15:58:55 EDT 2013
Changeset: 8876669a92bff1cc25b8e0232dc4a16524a00ed0
Author: Bhaskar Kandiyal <bkandiyal at gmail.com>
Date: 2013-09-22 18:29 +0530
Branch: soc.2013.plugins_window
URL: https://hg.pidgin.im/soc/2013/bhaskar/plugins-window/rev/8876669a92bf
Description:
Changed PIDGIN_PLUGIN_WEBSITE_URI to local temporarily
diffstat:
pidgin/gtkplugin-updater.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff --git a/pidgin/gtkplugin-updater.h b/pidgin/gtkplugin-updater.h
--- a/pidgin/gtkplugin-updater.h
+++ b/pidgin/gtkplugin-updater.h
@@ -29,8 +29,8 @@
#include <glib.h>
-static const gchar* PIDGIN_PLUGIN_WEBSITE_URI = "http://bhaskar-kandiyal.rhcloud.com";
-/* static const gchar* PIDGIN_PLUGIN_WEBSITE_URI = "http://127.0.0.1:8000"; */ /* For local debugging only */
+/*static const gchar* PIDGIN_PLUGIN_WEBSITE_URI = "http://bhaskar-kandiyal.rhcloud.com";*/
+static const gchar* PIDGIN_PLUGIN_WEBSITE_URI = "http://kandiyal.local"; /* For local debugging only */
typedef enum
{
More information about the Commits
mailing list