[chronojump] better icon for person_show_all_events



commit 2fd581875a22550d787e6380a05a1292f92d84e3
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Mar 15 17:20:22 2019 +0100

    better icon for person_show_all_events

 src/gui/chronojumpIcons.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/chronojumpIcons.cs b/src/gui/chronojumpIcons.cs
index 416eed74..f0386ebc 100644
--- a/src/gui/chronojumpIcons.cs
+++ b/src/gui/chronojumpIcons.cs
@@ -363,7 +363,7 @@ public partial class ChronoJumpWindow
                image_rest.Pixbuf = pixbuf;
                image_encoder_rhythm_rest.Pixbuf = pixbuf;
 
-               pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_visibility.png");
+               pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "folder_check.png");
                image_all_persons_events.Pixbuf = pixbuf;
                image_all_persons_events_h.Pixbuf = pixbuf;
 


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