We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8cea2 commit da04b03Copy full SHA for da04b03
src/DBus.vala
@@ -151,7 +151,7 @@ public class Notifications.Server : Object {
151
return Gdk.EVENT_PROPAGATE;
152
});
153
bubbles[id].closed.connect ((res) => {
154
- if (res == EXPIRED && app_settings.get_boolean ("remember")) {
+ if (res == CloseReason.EXPIRED && app_settings.get_boolean ("remember")) {
155
return;
156
}
157
0 commit comments