[gthumb] [photobucket] fixed function name
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] [photobucket] fixed function name
- Date: Wed, 19 May 2010 18:58:37 +0000 (UTC)
commit 4e5e7ebfcef0949418b4b6ec13a96a1eb2b2f5c3
Author: Paolo Bacchilega <paobac src gnome org>
Date: Wed May 19 20:58:07 2010 +0200
[photobucket] fixed function name
extensions/photobucket/photobucket-consumer.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/extensions/photobucket/photobucket-consumer.c b/extensions/photobucket/photobucket-consumer.c
index e5586aa..de264e9 100644
--- a/extensions/photobucket/photobucket-consumer.c
+++ b/extensions/photobucket/photobucket-consumer.c
@@ -122,7 +122,7 @@ photobucket_login_request_response (OAuthConnection *self,
static char *
-phoyobucket_get_login_link (OAuthConnection *self)
+photobucket_get_login_link (OAuthConnection *self)
{
char *token;
char *uri;
@@ -231,7 +231,7 @@ OAuthConsumer photobucket_consumer = {
"b4e542229836cc59b66489c6d2d8ca04",
"http://api.photobucket.com/login/request",
photobucket_login_request_response,
- phoyobucket_get_login_link,
+ photobucket_get_login_link,
"http://api.photobucket.com/login/access",
photobucket_get_access_token_response,
photobucket_get_check_token_url,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]