[longomatch] Use the shield's scalled pixbuf
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Use the shield's scalled pixbuf
- Date: Sun, 18 Dec 2011 21:39:29 +0000 (UTC)
commit bcebc1a59d4a60df1d986264a2f9519c3153b1c0
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sat Nov 5 17:50:24 2011 +0100
Use the shield's scalled pixbuf
LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs b/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs
index f197dfe..9476f02 100644
--- a/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs
+++ b/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs
@@ -115,7 +115,7 @@ namespace LongoMatch.Gui.Component
shield = ImageUtils.OpenImage((Gtk.Window)this.Toplevel);
if (shield != null) {
Template.Shield = shield;
- shieldImage.Pixbuf = shield;
+ shieldImage.Pixbuf = Template.Shield;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]