launch-context: Swap reversed timestamp/workspace
The parameters had been mixed up for X11 sessions. Closes: https://gitlab.gnome.org/GNOME/mutter/issues/505
This commit is contained in:
parent
4043d0b455
commit
9d49e8abd0
@ -142,8 +142,8 @@ meta_launch_context_get_startup_notify_id (GAppLaunchContext *launch_context,
|
||||
startup_id =
|
||||
meta_x11_startup_notification_launch (display->x11_display,
|
||||
info,
|
||||
workspace_idx,
|
||||
context->timestamp);
|
||||
context->timestamp,
|
||||
workspace_idx);
|
||||
}
|
||||
|
||||
if (!startup_id)
|
||||
|
Loading…
Reference in New Issue
Block a user