[longomatch] Use our Helper function to load the stock icon.



commit 21bfc8cd2e73e98bbd3d12fd8fd89797bc762b61
Author: Julien Moutte <julien fluendo com>
Date:   Wed Oct 8 22:32:43 2014 +0200

    Use our Helper function to load the stock icon.

 LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs 
b/LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs
index d0105f2..b51e6de 100644
--- a/LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs
+++ b/LongoMatch.GUI/Gui/Panel/ProjectsManagerPanel.cs
@@ -91,7 +91,7 @@ namespace LongoMatch.Gui.Panel
                        if (f.Preview != null) {
                                fileimage1.Pixbuf = f.Preview.Value;
                        } else {
-                               fileimage1.Pixbuf = Stetic.IconLoader.LoadIcon (this, Gtk.Stock.Harddisk,
+                               fileimage1.Pixbuf = Helpers.Misc.LoadStockIcon (this, Gtk.Stock.Harddisk,
                                                                               IconSize.Dialog);
                        }
                        medialabel1.Markup = f.Description;


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