[longomatch/redesign2: 117/159] Move ProjectUtils to Common
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign2: 117/159] Move ProjectUtils to Common
- Date: Thu, 2 Jun 2011 00:20:12 +0000 (UTC)
commit 95365c562d073ccb4744d95628ba76760eda510d
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sat Apr 9 16:40:57 2011 +0200
Move ProjectUtils to Common
LongoMatch/{Utils => Common}/ProjectUtils.cs | 2 +-
LongoMatch/Gui/MainWindow.cs | 1 -
2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch/Utils/ProjectUtils.cs b/LongoMatch/Common/ProjectUtils.cs
similarity index 99%
rename from LongoMatch/Utils/ProjectUtils.cs
rename to LongoMatch/Common/ProjectUtils.cs
index f3b0885..f230670 100644
--- a/LongoMatch/Utils/ProjectUtils.cs
+++ b/LongoMatch/Common/ProjectUtils.cs
@@ -30,7 +30,7 @@ using LongoMatch.Video;
using LongoMatch.Video.Capturer;
using LongoMatch.Video.Utils;
-namespace LongoMatch.Utils
+namespace LongoMatch.Common
{
diff --git a/LongoMatch/Gui/MainWindow.cs b/LongoMatch/Gui/MainWindow.cs
index dffadd1..fa9808c 100644
--- a/LongoMatch/Gui/MainWindow.cs
+++ b/LongoMatch/Gui/MainWindow.cs
@@ -29,7 +29,6 @@ using LongoMatch.Gui.Dialog;
using LongoMatch.Handlers;
using LongoMatch.Store;
using LongoMatch.Store.Templates;
-using LongoMatch.Utils;
using LongoMatch.Video.Capturer;
using LongoMatch.Video.Common;
using LongoMatch.Video.Utils;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]