summaryrefslogtreecommitdiff
path: root/unity-private/testing
diff options
authorNeil Jagdish Patel <neil.patel@canonical.com>2010-04-27 10:41:20 +0100
committerNeil Jagdish Patel <neil.patel@canonical.com>2010-04-27 10:41:20 +0100
commitf5043abd36df3dce52381a7751593e182ca7c4a1 (patch)
tree8195aa5ed3997e9053339dc3de220d6997b2e680 /unity-private/testing
parent6f042e58b8595ac76d56214c243b85696be704d4 (diff)
Make UNITY_ENABLE_PLACES work in the `unity` target
modified: unity-private/panel/panel-view.vala unity-private/testing/test-window.vala (bzr r266.2.1)
Diffstat (limited to 'unity-private/testing')
-rw-r--r--unity-private/testing/test-window.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/unity-private/testing/test-window.vala b/unity-private/testing/test-window.vala
index 2f444f1e8..bdcd380bf 100644
--- a/unity-private/testing/test-window.vala
+++ b/unity-private/testing/test-window.vala
@@ -282,7 +282,7 @@ namespace Unity.Testing
public void show_window_picker ()
{
- debug ("Window picker not implemented in popup mode");
+ this.show_unity ();
}
public void grab_keyboard (bool grab, uint32 timestamp)