diff options
author | Chandni Verma <chandniverma2112@gmail.com> | 2012-02-20 19:18:52 +0800 |
---|---|---|
committer | Chandni Verma <chandniverma2112@gmail.com> | 2012-02-21 08:22:58 +0800 |
commit | efbdd30a2d83aa2ae03fd2cb678448e8f9ea83f5 (patch) | |
tree | e945a802a6f05b3fd97662a1fdef591c6bf0e102 /src | |
parent | 09835d2927a06eab67ece7dc2d1b66f52885024e (diff) | |
download | gsoc2013-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')
-rw-r--r-- | src/empathy-debug-window.c | 3 |
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); |