[Xfce4-commits] [panel-plugins/xfce4-weather-plugin] 02/08: Fix link to met.no logo

noreply at xfce.org noreply at xfce.org
Sun Mar 24 18:26:13 CET 2019


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   -   0   .   8   
   in repository panel-plugins/xfce4-weather-plugin.

commit 091418b1019a658d1539932e11a8c9b61cfa1c9b
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Mar 24 07:29:43 2019 -0400

    Fix link to met.no logo
---
 panel-plugin/weather-summary.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/weather-summary.c b/panel-plugin/weather-summary.c
index 5057cbe..48f3c10 100644
--- a/panel-plugin/weather-summary.c
+++ b/panel-plugin/weather-summary.c
@@ -304,7 +304,7 @@ weather_summary_get_logo(plugin_data *data)
     g_free(path);
     if (pixbuf == NULL)
         weather_http_queue_request(data->session,
-                                   "https://met.no/filestore/met.no-logo.gif",
+                                   "https://www.met.no/_/asset/no.met.metno:1497355518/images/met-logo.svg",
                                    logo_fetched, image);
     else {
         gtk_image_set_from_pixbuf(GTK_IMAGE(image), pixbuf);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list