[f-spot] Allow PicasaWeb login with Google Apps account
- From: Lorenzo Milesi <lmilesi src gnome org>
- To: svn-commits-list gnome org
- Subject: [f-spot] Allow PicasaWeb login with Google Apps account
- Date: Wed, 1 Jul 2009 17:06:25 +0000 (UTC)
commit 1ff024387aed58283204636a814e9f67550a8f89
Author: Jan KlÃcha <jan klicha cz>
Date: Wed Jul 1 19:03:07 2009 +0200
Allow PicasaWeb login with Google Apps account
.../PicasaWebExport/PicasaWebExport.addin.xml | 2 +-
.../PicasaWebExport/google-sharp/Authentication.cs | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/extensions/Exporters/PicasaWebExport/PicasaWebExport.addin.xml b/extensions/Exporters/PicasaWebExport/PicasaWebExport.addin.xml
index 3e37468..dea05ec 100644
--- a/extensions/Exporters/PicasaWebExport/PicasaWebExport.addin.xml
+++ b/extensions/Exporters/PicasaWebExport/PicasaWebExport.addin.xml
@@ -1,5 +1,5 @@
<Addin namespace="FSpot"
- version="0.6.0.2"
+ version="0.6.0.3"
name="PicasaWeb Export"
description="This extension allows you to export your photos to PicasaWeb."
author="F-Spot team"
diff --git a/extensions/Exporters/PicasaWebExport/google-sharp/Authentication.cs b/extensions/Exporters/PicasaWebExport/google-sharp/Authentication.cs
index 2ebae5a..07c1ea7 100644
--- a/extensions/Exporters/PicasaWebExport/google-sharp/Authentication.cs
+++ b/extensions/Exporters/PicasaWebExport/google-sharp/Authentication.cs
@@ -53,10 +53,9 @@ namespace Mono.Google {
string service_code = service.ServiceCode;
StringBuilder content = new StringBuilder ();
- content.Append ("accountType=HOSTED_OR_GOOGLE");
+ content.Append ("accountType=GOOGLE");
content.AppendFormat ("&Email={0}", email);
content.AppendFormat ("&Passwd={0}", password);
- content.AppendFormat ("&email={0}", email);
content.AppendFormat ("&service={0}", service_code);
content.AppendFormat ("&source={0}", appname);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]