[gnome-shell] ShellApp: Use global time, not clutter time
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] ShellApp: Use global time, not clutter time
- Date: Thu, 11 Aug 2011 14:11:26 +0000 (UTC)
commit ff840db708653af8a4951186c90109b47af1f651
Author: Colin Walters <walters verbum org>
Date: Thu Aug 11 05:45:48 2011 -0400
ShellApp: Use global time, not clutter time
This is correct in more circumstances.
https://bugzilla.gnome.org/show_bug.cgi?id=648149
src/shell-app.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/shell-app.c b/src/shell-app.c
index b4b65d7..b6ff31b 100644
--- a/src/shell-app.c
+++ b/src/shell-app.c
@@ -1065,7 +1065,7 @@ shell_app_launch (ShellApp *app,
screen = shell_global_get_screen (global);
if (timestamp == 0)
- timestamp = clutter_get_current_event_time ();
+ timestamp = shell_global_get_current_time (global);
if (workspace < 0)
workspace = meta_screen_get_active_workspace_index (screen);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]