aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-debug-window.c
diff options
context:
space:
mode:
authorChandni Verma <chandniverma2112@gmail.com>2012-02-20 19:18:52 +0800
committerChandni Verma <chandniverma2112@gmail.com>2012-02-21 08:22:58 +0800
commitefbdd30a2d83aa2ae03fd2cb678448e8f9ea83f5 (patch)
treee945a802a6f05b3fd97662a1fdef591c6bf0e102 /src/empathy-debug-window.c
parent09835d2927a06eab67ece7dc2d1b66f52885024e (diff)
downloadgsoc2013-empathy-efbdd30a2d83aa2ae03fd2cb678448e8f9ea83f5.tar
gsoc2013-empathy-efbdd30a2d83aa2ae03fd2cb678448e8f9ea83f5.tar.gz
gsoc2013-empathy-efbdd30a2d83aa2ae03fd2cb678448e8f9ea83f5.tar.bz2
gsoc2013-empathy-efbdd30a2d83aa2ae03fd2cb678448e8f9ea83f5.tar.lz
gsoc2013-empathy-efbdd30a2d83aa2ae03fd2cb678448e8f9ea83f5.tar.xz
gsoc2013-empathy-efbdd30a2d83aa2ae03fd2cb678448e8f9ea83f5.tar.zst
gsoc2013-empathy-efbdd30a2d83aa2ae03fd2cb678448e8f9ea83f5.zip
License to publish the author's pastebin API developer key in open
Diffstat (limited to 'src/empathy-debug-window.c')
-rw-r--r--src/empathy-debug-window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c
index 2a26e87e3..448c06f69 100644
--- a/src/empathy-debug-window.c
+++ b/src/empathy-debug-window.c
@@ -1720,7 +1720,8 @@ debug_window_send_to_pastebin (EmpathyDebugWindow *debug_window,
/* Constructing a valid URL for http post. See http://pastebin.com/api#2 */
/* The api_dev_key is the author's developer key to access the Pastebin API
- * See http://pastebin.com/api#1 */
+ * This developer key is published here with the autorization of pastebin;
+ * see PASTEBIN-API-KEY.txt */
api_dev_key = soup_uri_encode ("f6ccfabfdcd4b77b825ee38a30d11d52", NULL);
api_paste_code = soup_uri_encode (debug_data, NULL);
api_paste_name = soup_uri_encode ("Empathy debug data", NULL);