summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBertrand Lorentz <bertrand.lorentz@gmail.com>2010-11-14 22:53:48 +0100
committerBertrand Lorentz <bertrand.lorentz@gmail.com>2010-11-14 22:53:48 +0100
commitd05a6e6a83ec43096c21fb6aaeff646fa0f2d68b (patch)
tree15adba2a30eb5616c52d3ee8f95810364b542a11 /tests
parentcd3e48a3baffdd92138c71ae64539d613d084742 (diff)
[tests] Set the ProxyToMainHandler in PerformanceTests
Diffstat (limited to 'tests')
-rw-r--r--tests/Performance/PerformanceTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Performance/PerformanceTests.cs b/tests/Performance/PerformanceTests.cs
index 01386bee5..6b49c6c48 100644
--- a/tests/Performance/PerformanceTests.cs
+++ b/tests/Performance/PerformanceTests.cs
@@ -287,6 +287,7 @@ namespace Banshee.Tests
{
Gtk.Application.Init ();
ThreadAssist.InitializeMainThread ();
+ ThreadAssist.ProxyToMainHandler = Banshee.ServiceStack.Application.Invoke;
Application.PushClient (client);
Application.Run ();