Oops, revert patch which I didn't intend to commit - stupid 'git-svn dcommit' - Federico

Signed-off-by: Federico Mena Quintero <federico@gnu.org>

svn path=/trunk/; revision=3379
This commit is contained in:
Federico Mena Quintero 2007-11-09 19:01:31 +00:00 committed by Federico Mena Quintero
parent 7b690d6bc1
commit 98886f3d94
2 changed files with 1 additions and 9 deletions

View File

@ -1,11 +1,3 @@
2007-11-09 Federico Mena Quintero <federico@novell.com>
* src/window.c (intervening_user_event_occurred): When the window
doesn't have a user time nor an initial timestamp set, act as if
there always was an intervening user event. This causes
un-timestamped windows to *not* get the focus. Fixes
http://bugzilla.gnome.org/show_bug.cgi?id=488468
2007-11-07 Federico Mena Quintero <federico@novell.com>
* src/window-props.c (reload_net_wm_user_time_window): Fix typo;

View File

@ -1789,7 +1789,7 @@ intervening_user_event_occurred (MetaWindow *window)
meta_topic (META_DEBUG_STARTUP,
"no information about window %s found\n",
window->desc);
return TRUE;
return FALSE;
}
if (focus_window != NULL &&