[chronojump] Removed icons for top menu/persons hbox
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Removed icons for top menu/persons hbox
- Date: Wed, 21 Jul 2021 09:28:16 +0000 (UTC)
commit e646b0a0ba6829acea4e50ebe448132aa879d465
Author: Xavier de Blas <xaviblas gmail com>
Date: Tue Jul 20 19:30:17 2021 +0200
Removed icons for top menu/persons hbox
src/gui/app1/icons.cs | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/src/gui/app1/icons.cs b/src/gui/app1/icons.cs
index e61e64a01..954b290af 100644
--- a/src/gui/app1/icons.cs
+++ b/src/gui/app1/icons.cs
@@ -303,8 +303,6 @@ public partial class ChronoJumpWindow
image_menu_quit.Pixbuf = pixbuf;
image_menu_quit1.Pixbuf = pixbuf;
- pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_menu.png");
- image_radio_show_menu.Pixbuf = pixbuf;
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_folders.png");
image_menu_folders.Pixbuf = pixbuf;
image_menu_folders1.Pixbuf = pixbuf;
@@ -401,9 +399,7 @@ public partial class ChronoJumpWindow
image_selector_start_back.Pixbuf = pixbuf;
image_button_force_sensor_analyze_back_to_signal.Pixbuf = pixbuf;
- pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_person_pin.png");
- image_radio_show_persons.Pixbuf = pixbuf;
-
+ //pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_person_pin.png");
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_person.png");
image_person.Pixbuf = pixbuf;
image_person1.Pixbuf = pixbuf;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]