[banshee] Remove Hyena.Timer usage from last commit
- From: Gabriel Burt <gburt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] Remove Hyena.Timer usage from last commit
- Date: Sat, 28 Nov 2009 00:03:51 +0000 (UTC)
commit 338e30974d4870a0eb23f396e6b8af757e5ff049
Author: Gabriel Burt <gabriel burt gmail com>
Date: Fri Nov 27 16:00:03 2009 -0800
Remove Hyena.Timer usage from last commit
.../Banshee.Sources.Gui/LazyLoadSourceContents.cs | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/LazyLoadSourceContents.cs b/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/LazyLoadSourceContents.cs
index 60245a4..6c0be7a 100644
--- a/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/LazyLoadSourceContents.cs
+++ b/src/Core/Banshee.ThickClient/Banshee.Sources.Gui/LazyLoadSourceContents.cs
@@ -43,9 +43,7 @@ namespace Banshee.Sources.Gui
if (actual_contents == null) {
lock (this) {
if (actual_contents == null) {
- using (new Hyena.Timer (String.Format ("Creating new {0}", typeof(T).Name))) {
actual_contents = (T) Activator.CreateInstance (typeof(T), args);
- }
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]