[sysprof] move icons to libsysprof resources



commit 44ff1f03963a5ee6f09ef7bfd2fbb658494f634c
Author: Christian Hergert <chergert redhat com>
Date:   Wed Nov 23 19:15:38 2016 -0800

    move icons to libsysprof resources

 lib/resources/libsysprof.gresource.xml |    8 ++++++++
 src/resources/sysprof.gresource.xml    |    8 --------
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/lib/resources/libsysprof.gresource.xml b/lib/resources/libsysprof.gresource.xml
index 87a95ca..00743b6 100644
--- a/lib/resources/libsysprof.gresource.xml
+++ b/lib/resources/libsysprof.gresource.xml
@@ -5,6 +5,14 @@
     <file compressed="true">css/SpVisualizerView-Adwaita.css</file>
     <file compressed="true">css/SpVisualizerView-Adwaita-dark.css</file>
 
+    <!-- Application icons -->
+    <file alias="icons/16x16/apps/sysprof.png">../../data/icons/16x16/apps/sysprof.png</file>
+    <file alias="icons/24x24/apps/sysprof.png">../../data/icons/24x24/apps/sysprof.png</file>
+    <file alias="icons/32x32/apps/sysprof.png">../../data/icons/32x32/apps/sysprof.png</file>
+    <file alias="icons/48x48/apps/sysprof.png">../../data/icons/48x48/apps/sysprof.png</file>
+    <file alias="icons/256x256/apps/sysprof.png">../../data/icons/256x256/apps/sysprof.png</file>
+    <file 
alias="icons/scalable/apps/sysprof-symbolic.svg">../../data/icons/scalable/apps/sysprof-symbolic.svg</file>
+
     <file compressed="true">ui/sp-callgraph-view.ui</file>
     <file compressed="true">ui/sp-empty-state-view.ui</file>
     <file compressed="true">ui/sp-failed-state-view.ui</file>
diff --git a/src/resources/sysprof.gresource.xml b/src/resources/sysprof.gresource.xml
index 644667b..c074c1c 100644
--- a/src/resources/sysprof.gresource.xml
+++ b/src/resources/sysprof.gresource.xml
@@ -5,14 +5,6 @@
     <file>gtk/menus.ui</file>
     <file>gtk/help-overlay.ui</file>
 
-    <!-- Application icons -->
-    <file alias="icons/16x16/apps/sysprof.png">../../data/icons/16x16/apps/sysprof.png</file>
-    <file alias="icons/24x24/apps/sysprof.png">../../data/icons/24x24/apps/sysprof.png</file>
-    <file alias="icons/32x32/apps/sysprof.png">../../data/icons/32x32/apps/sysprof.png</file>
-    <file alias="icons/48x48/apps/sysprof.png">../../data/icons/48x48/apps/sysprof.png</file>
-    <file alias="icons/256x256/apps/sysprof.png">../../data/icons/256x256/apps/sysprof.png</file>
-    <file 
alias="icons/scalable/apps/sysprof-symbolic.svg">../../data/icons/scalable/apps/sysprof-symbolic.svg</file>
-
     <!-- Theme overrides -->
     <file compressed="true">theme/shared.css</file>
 


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