[shotwell/wip/phako/hidpi: 615/617] Do not search for flickr icon




commit 82aaeb085d72acce4c5ef3ce85343c2f20f5b4eb
Author: Jens Georg <mail jensge org>
Date:   Mon Sep 12 11:30:50 2022 +0200

    Do not search for flickr icon

 plugins/shotwell-publishing/FlickrPublishing.vala | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
---
diff --git a/plugins/shotwell-publishing/FlickrPublishing.vala 
b/plugins/shotwell-publishing/FlickrPublishing.vala
index 782cfacc..2e252aa3 100644
--- a/plugins/shotwell-publishing/FlickrPublishing.vala
+++ b/plugins/shotwell-publishing/FlickrPublishing.vala
@@ -5,14 +5,8 @@
  */
 
 public class FlickrService : Object, Spit.Pluggable, Spit.Publishing.Service {
-    private const string ICON_FILENAME = "flickr.png";
 
-    private static Gdk.Pixbuf[] icon_pixbuf_set = null;
-    
     public FlickrService(GLib.File resource_directory) {
-        if (icon_pixbuf_set == null)
-            icon_pixbuf_set = Resources.load_from_resource
-                (Resources.RESOURCE_PATH + "/" + ICON_FILENAME);
     }
 
     public int get_pluggable_interface(int min_host_interface, int max_host_interface) {
@@ -37,7 +31,7 @@ public class FlickrService : Object, Spit.Pluggable, Spit.Publishing.Service {
         info.website_url = Resources.WEBSITE_URL;
         info.is_license_wordwrapped = false;
         info.license = Resources.LICENSE;
-        info.icons = icon_pixbuf_set;
+        info.icons = null;
     }
 
     public void activation(bool enabled) {


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