diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2019-03-18 11:59:26 +0100 |
---|---|---|
committer | Florian Müllner <florian.muellner@gmail.com> | 2019-03-18 18:06:01 +0000 |
commit | f0b9654deb947e49e42b76d6daa42b86e5b0ec17 (patch) | |
tree | a5d13c3a93d6aba560c4b2d8b45962c1ff9f3564 | |
parent | a1e325f7490f1e0909973e69f0bd6062b7d40d33 (diff) | |
download | mutter-f0b9654deb947e49e42b76d6daa42b86e5b0ec17.tar.gz |
core: Remove startup sequences after timeout
The complete/remove semantics were split to cater for presenting windows,
so we must now separately do both here.
Related: https://gitlab.gnome.org/GNOME/mutter/issues/501
-rw-r--r-- | src/core/startup-notification.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/startup-notification.c b/src/core/startup-notification.c index 8bcb0f385..d2d0d1362 100644 --- a/src/core/startup-notification.c +++ b/src/core/startup-notification.c @@ -454,6 +454,7 @@ startup_sequence_timeout (void *data) meta_startup_sequence_get_id (sequence)); meta_startup_sequence_complete (sequence); + meta_startup_notification_remove_sequence (sn, sequence); } g_slist_free (ctod.list); |