[chronojump] Fixed top person image not showing on contacts
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed top person image not showing on contacts
- Date: Thu, 6 Jul 2017 15:59:43 +0000 (UTC)
commit 41576134869520648e6c87d974e19ff59a2220c3
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Jul 6 17:24:38 2017 +0200
Fixed top person image not showing on contacts
src/gui/chronojumpIcons.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gui/chronojumpIcons.cs b/src/gui/chronojumpIcons.cs
index 9dd6da9..99968eb 100644
--- a/src/gui/chronojumpIcons.cs
+++ b/src/gui/chronojumpIcons.cs
@@ -39,6 +39,7 @@ public partial class ChronoJumpWindow
[Widget] Gtk.Image image_mode_encoder_capture;
[Widget] Gtk.Image image_manage_persons;
[Widget] Gtk.Image image_person;
+ [Widget] Gtk.Image image_person1;
[Widget] Gtk.Image image_edit_current_person;
//[Widget] Gtk.Image image_persons_up;
//[Widget] Gtk.Image image_persons_down;
@@ -177,6 +178,7 @@ public partial class ChronoJumpWindow
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_person.png");
image_person.Pixbuf = pixbuf;
+ image_person1.Pixbuf = pixbuf;
pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_info.png");
image_info1.Pixbuf = pixbuf;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]