[gnome-photos] google-item: Open Google Photos instead of PicasaWeb



commit a82caf85200635810a0ba4614dfa81c6b912ee23
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Feb 16 08:35:24 2017 +0100

    google-item: Open Google Photos instead of PicasaWeb
    
    PicasaWeb has been replaced with Google Photos. Trying to open
    https://picasaweb.google.com/ takes us to Google Album Archive, which
    is an archive of all photos concerning the user across all Google
    products. We don't want that. We want the user to land on a usable web
    front-end to the items that we are showing.

 src/photos-google-item.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-google-item.c b/src/photos-google-item.c
index 22ea168..0ffcf21 100644
--- a/src/photos-google-item.c
+++ b/src/photos-google-item.c
@@ -286,7 +286,7 @@ photos_google_item_get_source_widget (PhotosBaseItem *item)
   const gchar *name;
 
   name = photos_utils_get_provider_name (self->src_mngr, item);
-  source_widget = gtk_link_button_new_with_label ("https://picasaweb.google.com/";, name);
+  source_widget = gtk_link_button_new_with_label ("https://photos.google.com/";, name);
   gtk_widget_set_halign (source_widget, GTK_ALIGN_START);
 
   return source_widget;


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