[mutter/wip/carlosg/timeout-startup-sequences] core: Remove startup sequences after timeout



commit 87ca8b72fe0baca47f283fcc96b5d699d5f38e46
Author: Carlos Garnacho <carlosg gnome org>
Date:   Mon Mar 18 11:59:26 2019 +0100

    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

 src/core/startup-notification.c | 1 +
 1 file changed, 1 insertion(+)
---
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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]