[longomatch] Use the LoadIcon from helpers instead of Stetic's version.
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Use the LoadIcon from helpers instead of Stetic's version.
- Date: Wed, 24 Sep 2014 20:22:56 +0000 (UTC)
commit 3990ed6fe0417cc7ee546c8229d9836b1e3a5a0a
Author: Julien Moutte <julien fluendo com>
Date: Thu Sep 4 17:06:13 2014 +0200
Use the LoadIcon from helpers instead of Stetic's version.
LongoMatch.GUI/Gui/Panel/PreferencesPanel.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Panel/PreferencesPanel.cs b/LongoMatch.GUI/Gui/Panel/PreferencesPanel.cs
index 4f1fc85..ff090b9 100644
--- a/LongoMatch.GUI/Gui/Panel/PreferencesPanel.cs
+++ b/LongoMatch.GUI/Gui/Panel/PreferencesPanel.cs
@@ -56,13 +56,13 @@ namespace LongoMatch.Gui.Panel
void AddPanels () {
AddPane (Catalog.GetString ("General"),
- Stetic.IconLoader.LoadIcon(this, "longomatch-preferences", IconSize.Dialog),
+ Helpers.Misc.LoadIcon ("longomatch-preferences", IconSize.Dialog, 0),
new GeneralPreferencesPanel());
AddPane (Catalog.GetString ("Video"),
- Stetic.IconLoader.LoadIcon(this, "longomatch-control-record",
IconSize.Dialog),
+ Helpers.Misc.LoadIcon ("longomatch-control-record", IconSize.Dialog, 0),
new VideoPreferencesPanel());
AddPane (Catalog.GetString ("Live analysis"),
- Stetic.IconLoader.LoadIcon(this, "longomatch-video-device", IconSize.Dialog),
+ Helpers.Misc.LoadIcon ("longomatch-video-device", IconSize.Dialog, 0),
new LiveAnalysisPreferences());
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]