From 1080a5b3f443df09baf225199faabe9ba1a56e82 Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Sat, 13 Nov 2021 15:20:16 +0300 Subject: [PATCH] Include GTK client icon in resources once (#2137) There is a fallback mechanism in GTK: when looking for an icon named foo-a-b-c, it'll also try to find foo-a-b, foo-a, and foo, so the only icon necessary (if all of them default to the same one) is foo. Given that we're also installing this icon, including it in resources doesn't make a lot of sense, by I'm leaving it just in case anyway (useful when debugging without installing). --- gtk/transmission.gresource.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gtk/transmission.gresource.xml b/gtk/transmission.gresource.xml index 84d6bcd98..1d4bbcd3d 100644 --- a/gtk/transmission.gresource.xml +++ b/gtk/transmission.gresource.xml @@ -1,9 +1,7 @@ - icons/hicolor_apps_scalable_transmission.svg - icons/hicolor_apps_scalable_transmission.svg - icons/hicolor_apps_scalable_transmission.svg + icons/hicolor_apps_scalable_transmission.svg icons/lock.png icons/ratio.png icons/turtle-blue.png