[gnome-online-accounts] GoaWindowsLiveProvider: fix scope



commit e12446c65fca6b7a851da1afcb7f6b1e01bf25a6
Author: David Zeuthen <davidz redhat com>
Date:   Mon Dec 19 10:16:14 2011 -0500

    GoaWindowsLiveProvider: fix scope
    
    It's "wl.messenger", not "wl.windows_live". Probably caused by the
    rename requested in https://bugzilla.gnome.org/show_bug.cgi?id=661067
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 src/goabackend/goawindowsliveprovider.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/goabackend/goawindowsliveprovider.c b/src/goabackend/goawindowsliveprovider.c
index 6605370..af14aa6 100644
--- a/src/goabackend/goawindowsliveprovider.c
+++ b/src/goabackend/goawindowsliveprovider.c
@@ -112,7 +112,7 @@ get_redirect_uri (GoaOAuth2Provider *provider)
 static const gchar *
 get_scope (GoaOAuth2Provider *provider)
 {
-  return "wl.windows_live,"
+  return "wl.messenger,"
          "wl.offline_access,"
          "wl.emails";
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]