GNOME Bugzilla – Bug 632313
Add Timestamp to SyncSource DBUS Signal.
Last modified: 2010-11-15 16:19:20 UTC
We need to add a timestamp to the SyncSource signal so editors can present their windows without stealing focus.
Created attachment 172508 [details] [review] [shell] Add timestamp to SyncSource DBUS signal.
Created attachment 172509 [details] [review] [libview] Add timestamp to SyncSource signal.
@@ -6611,7 +6612,8 @@ ev_window_sync_source (EvWindow *window, g_variant_new ("(s(ii))", link->filename, link->line, - link->col), + link->col, + timestamp), Need to change the signature too: "(s(ii)u)". Not sure we need to change the internal signal; after all you can use gtk_get_current_event_time ()...
Created attachment 172546 [details] [review] [shell] add timestamp to SyncSource DBus signal.
Review of attachment 172546 [details] [review]: I had forgotten this patch, sorry, please push it.