[gnome-shell] Revert "shell-app: Fix a case where last_user_time isn't updated."



commit 68710c4647dace88159e900dd1445a9ed15bb3f4
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Apr 27 12:53:33 2011 -0400

    Revert "shell-app: Fix a case where last_user_time isn't updated."
    
    This reverts commit 7d7cbde1f3909c719559a76472df0b1b363960b2.
    
    This was acidentally pushed.

 src/shell-app.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/src/shell-app.c b/src/shell-app.c
index 301f01e..7dff441 100644
--- a/src/shell-app.c
+++ b/src/shell-app.c
@@ -415,16 +415,6 @@ shell_app_activate_window (ShellApp     *app,
                                                   meta_window_get_user_time (most_recent_transient)))
         window = most_recent_transient;
 
-
-      if (!shell_window_tracker_is_window_interesting (window))
-        {
-          /* We won't get notify::user-time signals for uninteresting windows,
-           * which means that an app's last_user_time won't get updated.
-           * Update it here instead.
-           */
-          app->running_state->last_user_time = timestamp;
-        }
-
       if (active != workspace)
         meta_workspace_activate_with_focus (workspace, window, timestamp);
       else



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