[gnome-shell] [AppWell] Fix previous commit



commit 4bfa68d209b13e714a75ceff80dfddb8b9feaa6f
Author: Colin Walters <walters verbum org>
Date:   Wed Sep 9 16:42:43 2009 -0400

    [AppWell] Fix previous commit
    
    Somehow missed changing a call when updating for review comments.

 js/ui/appDisplay.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 8af04a8..cc93fd1 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);
             }));
         }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]