[longomatch] Fix the image loading in the end capture dialog.
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix the image loading in the end capture dialog.
- Date: Mon, 16 Feb 2015 16:19:05 +0000 (UTC)
commit a26aad8a6f730d4a5d8d953220890424b1539fe2
Author: Julien Moutte <julien fluendo com>
Date: Mon Feb 16 12:37:10 2015 +0100
Fix the image loading in the end capture dialog.
LongoMatch.GUI/Gui/Dialog/EndCaptureDialog.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Dialog/EndCaptureDialog.cs b/LongoMatch.GUI/Gui/Dialog/EndCaptureDialog.cs
index b4449d0..5c83ca8 100644
--- a/LongoMatch.GUI/Gui/Dialog/EndCaptureDialog.cs
+++ b/LongoMatch.GUI/Gui/Dialog/EndCaptureDialog.cs
@@ -18,6 +18,7 @@
using System;
using LongoMatch.Core.Common;
+using LongoMatch.Gui.Helpers;
namespace LongoMatch.Gui.Dialog
{
@@ -29,6 +30,7 @@ namespace LongoMatch.Gui.Dialog
public EndCaptureDialog(string filepath)
{
this.Build();
+ image439.Pixbuf = Helpers.Misc.LoadStockIcon (this, "gtk-dialog-question",
Gtk.IconSize.Dialog);
savebutton.Visible = System.IO.File.Exists (filepath);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]