[chronojump] New icon for load set (to be different than load session)



commit 660b87a0b2ad7d1d7937b98b79fbc293815fe3ff
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Apr 22 17:23:30 2020 +0200

    New icon for load set (to be different than load session)

 images/md/ic_folder_open_set_blue_24dp_1x.png | Bin 0 -> 2925 bytes
 src/Makefile.am                               |   1 +
 src/gui/app1/icons.cs                         |   2 ++
 3 files changed, 3 insertions(+)
---
diff --git a/images/md/ic_folder_open_set_blue_24dp_1x.png b/images/md/ic_folder_open_set_blue_24dp_1x.png
new file mode 100644
index 00000000..7192fed9
Binary files /dev/null and b/images/md/ic_folder_open_set_blue_24dp_1x.png differ
diff --git a/src/Makefile.am b/src/Makefile.am
index 55e2d654..f4fce6df 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -478,6 +478,7 @@ RESOURCES = \
        ../images/md/ic_fullscreen_exit_blue_24dp_1x.png,image_minimize.png \
        ../images/md/ic_folder_open_blue_24dp_2x.png,folder_open_big.png \
        ../images/md/ic_folder_open_blue_24dp_1x.png,folder_open.png \
+       ../images/md/ic_folder_open_set_blue_24dp_1x.png,folder_open_set.png \
        ../images/md/ic_visibility_blue_24dp_1x.png,image_visibility.png \
        ../images/md/ic_person_pin_blue_24dp_1x.png,image_person_pin.png \
        ../images/md/ic_face_blue_24dp_1x.png,image_face.png \
diff --git a/src/gui/app1/icons.cs b/src/gui/app1/icons.cs
index 85e5dea3..cfe16d3c 100644
--- a/src/gui/app1/icons.cs
+++ b/src/gui/app1/icons.cs
@@ -425,6 +425,8 @@ public partial class ChronoJumpWindow
                image_session_open.Pixbuf = pixbuf;
                image_session_load1.Pixbuf = pixbuf;
                image_session_load2.Pixbuf = pixbuf;
+
+               pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "folder_open_set.png");
                image_encoder_capture_open.Pixbuf = pixbuf;
                image_encoder_capture_open1.Pixbuf = pixbuf;
                image_contacts_capture_load.Pixbuf = pixbuf;


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