[shotwell/wip/phako/dark] Replace tags icons



commit a3538ad1d5575bf22f52135b249d6fc0f4696b15
Author: Jens Georg <mail jensge org>
Date:   Sat Apr 21 14:43:33 2018 +0200

    Replace tags icons

 icons/multiple-tags.png          |  Bin 3425 -> 0 bytes
 icons/one-tag.png                |  Bin 3152 -> 0 bytes
 org.gnome.Shotwell.gresource.xml |    4 ++--
 src/Resources.vala               |    4 ++--
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/org.gnome.Shotwell.gresource.xml b/org.gnome.Shotwell.gresource.xml
index 22b8750..9aa7e54 100644
--- a/org.gnome.Shotwell.gresource.xml
+++ b/org.gnome.Shotwell.gresource.xml
@@ -53,12 +53,12 @@
       <file>icons/import.svg</file>
       <file>icons/many-faces.png</file>
       <file>icons/multiple-events-symbolic.svg</file>
-      <file>icons/multiple-tags.png</file>
+      <file>icons/multiple-tags-symbolic.svg</file>
       <file>icons/no-event-symbolic.svg</file>
       <file>icons/noninterpretable-video.png</file>
       <file>icons/one-event-symbolic.svg</file>
       <file>icons/one-face.png</file>
-      <file>icons/one-tag.png</file>
+      <file>icons/one-tag-symbolic.svg</file>
       <file>icons/stock-eye-symbolic.svg</file>
       <file preprocess="xml-stripblanks">icons/shotwell.svg</file>
       <file>icons/shotwell-street.jpg</file>
diff --git a/src/Resources.vala b/src/Resources.vala
index 03b34bf..7a56a09 100644
--- a/src/Resources.vala
+++ b/src/Resources.vala
@@ -92,8 +92,8 @@ along with Shotwell; if not, write to the Free Software Foundation, Inc.,
     public const string ICON_EVENTS = "multiple-events-symbolic";
     public const string ICON_ONE_EVENT = "one-event-symbolic";
     public const string ICON_NO_EVENT = "no-event-symbolic";
-    public const string ICON_ONE_TAG = "one-tag";
-    public const string ICON_TAGS = "multiple-tags";
+    public const string ICON_ONE_TAG = "one-tag-symbolic";
+    public const string ICON_TAGS = "multiple-tags-symbolic";
     public const string ICON_FOLDER = "folder-symbolic";
     public const string ICON_FOLDER_DOCUMENTS = "folder-documents-symbolic";
     public const string ICON_IMPORTING = "go-down-symbolic";


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