From 4bfa68d209b13e714a75ceff80dfddb8b9feaa6f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 9 Sep 2009 16:42:43 -0400 Subject: [PATCH] [AppWell] Fix previous commit Somehow missed changing a call when updating for review comments. --- js/ui/appDisplay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index 8af04a81b..cc93fd18b 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -791,7 +791,7 @@ RunningWellItem.prototype = { id = this.appInfo.get_id(); else id = null; - Main.overview.beginApplicationWindowSelection(id); + Main.overview.setApplicationWindowSelection(id); })); }