[connections/gnome-42] notifications: Call "dismiss" on timeout



commit f5f3baf8ee736f6b4c28fd1f4e229ef29381eab5
Author: Felipe Borges <felipeborges gnome org>
Date:   Wed Apr 6 13:24:38 2022 +0200

    notifications: Call "dismiss" on timeout

 src/notifications.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/notifications.vala b/src/notifications.vala
index b553509..5b9b63f 100644
--- a/src/notifications.vala
+++ b/src/notifications.vala
@@ -123,7 +123,7 @@ namespace Connections {
 
             notification_timeout_id = Timeout.add_seconds (timeout, () => {
                 notification_timeout_id = 0;
-                dismissed ();
+                dismiss ();
                 return Source.REMOVE;
             });
 


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