diff options
| author | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-02-27 13:50:25 +0000 |
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-02-27 13:50:25 +0000 |
| commit | 6633a2a6db9d1f56e9b0fcfc52d891b37bcf5234 (patch) | |
| tree | bb99a536345af57c46d918fa1fa72c86ec218bca /tests | |
| parent | 20dbf125a887f515f15832e077ff4dbdc9e21cd1 (diff) | |
Lots more clean up and first bits of making PlacesResultsController use the new stuff
(bzr r894.1.9)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/TestPlacesResults.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/TestPlacesResults.cpp b/tests/TestPlacesResults.cpp index f4953c138..f06dba1c1 100644 --- a/tests/TestPlacesResults.cpp +++ b/tests/TestPlacesResults.cpp @@ -69,6 +69,7 @@ TestRunner::~TestRunner () void TestRunner::Init () { +#if 0 controller = new PlacesResultsController (); view = new PlacesResultsView (); @@ -117,8 +118,8 @@ void TestRunner::Init () } nux::GetGraphicsThread()->SetLayout (layout); - - g_timeout_add_seconds (2, (GSourceFunc)remove_timeout, controller); +#endif + g_timeout_add_seconds (2, (GSourceFunc)remove_timeout, NULL); } void TestRunner::InitWindowThread(nux::NThread* thread, void* InitData) |
