[longomatch/livecapturemerged: 68/84] Reorder 'using'



commit 9c86f4ae27dd97616d0ed385a2f4610afffe0a20
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun May 2 14:35:33 2010 +0200

    Reorder 'using'

 LongoMatch/Gui/MainWindow.cs |   26 +++++++++-----------------
 1 files changed, 9 insertions(+), 17 deletions(-)
---
diff --git a/LongoMatch/Gui/MainWindow.cs b/LongoMatch/Gui/MainWindow.cs
index a53b402..b024d47 100644
--- a/LongoMatch/Gui/MainWindow.cs
+++ b/LongoMatch/Gui/MainWindow.cs
@@ -18,26 +18,19 @@
 //
 //
 
-using System;
-using Gtk;
-using Mono.Unix;
-using System.IO;
-using GLib;
-using System.Threading;
 using Gdk;
+using GLib;
+using Gtk;
 using LongoMatch.Common;
 using LongoMatch.DB;
-using LongoMatch.TimeNodes;
 using LongoMatch.Gui.Dialog;
-using LongoMatch.Gui.Popup;
-using LongoMatch.Video;
-using LongoMatch.Video.Capturer;
-using LongoMatch.Video.Player;
-using LongoMatch.Video.Utils;
-using LongoMatch.Updates;
-using LongoMatch.Utils;
-using LongoMatch.IO;
 using LongoMatch.Handlers;
+using LongoMatch.TimeNodes;
+using LongoMatch.Utils;
+using LongoMatch.Video.Capturer;
+using Mono.Unix;
+using System;
+using System.IO;
 using System.Reflection;
 
 
@@ -551,7 +544,6 @@ namespace LongoMatch.Gui
 		{
 			CloseAndQuit();
 		}
-
-		#endregion			}
+		#endregion	
 	}
 }



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