Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2018-06-08 18:36:28 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-06-08 18:36:28 +0300
commit85162d8cc3b8cc40a72d25e1b938c0db473e5c17 (patch)
tree3852de905ecd490df591ac08a10b4a69adf7c32d /plugins/tool_hello_world
parent93eec62fa12eaced3560fe9022572dd501c191be (diff)
Moving to symbolic icons to match theme colors
Diffstat (limited to 'plugins/tool_hello_world')
-rw-r--r--plugins/tool_hello_world/16x16/emblems/remmina-tool.pngbin721 -> 0 bytes
-rw-r--r--plugins/tool_hello_world/22x22/emblems/remmina-tool.pngbin1204 -> 0 bytes
-rw-r--r--plugins/tool_hello_world/CMakeLists.txt7
3 files changed, 2 insertions, 5 deletions
diff --git a/plugins/tool_hello_world/16x16/emblems/remmina-tool.png b/plugins/tool_hello_world/16x16/emblems/remmina-tool.png
deleted file mode 100644
index 96bc6828a..000000000
--- a/plugins/tool_hello_world/16x16/emblems/remmina-tool.png
+++ /dev/null
Binary files differ
diff --git a/plugins/tool_hello_world/22x22/emblems/remmina-tool.png b/plugins/tool_hello_world/22x22/emblems/remmina-tool.png
deleted file mode 100644
index a28ca75ad..000000000
--- a/plugins/tool_hello_world/22x22/emblems/remmina-tool.png
+++ /dev/null
Binary files differ
diff --git a/plugins/tool_hello_world/CMakeLists.txt b/plugins/tool_hello_world/CMakeLists.txt
index 1cd2fc1ba..62e7da7ed 100644
--- a/plugins/tool_hello_world/CMakeLists.txt
+++ b/plugins/tool_hello_world/CMakeLists.txt
@@ -47,8 +47,5 @@ target_link_libraries(remmina-plugin-tool_hello_world ${REMMINA_COMMON_LIBRARIES
install(TARGETS remmina-plugin-tool_hello_world DESTINATION ${REMMINA_PLUGINDIR})
install(FILES
- 16x16/emblems/remmina-tool.png
- DESTINATION ${APPICON16_EMBLEMS_DIR})
-install(FILES
- 22x22/emblems/remmina-tool.png
- DESTINATION ${APPICON22_EMBLEMS_DIR})
+ scalable/emblems/remmina-tool-symbolic.svg
+ DESTINATION ${APPICONSCALE_EMBLEMS_DIR})