Skip to content

Commit

Permalink
Fixes spec compliance for closing notifications (solus-project#119)
Browse files Browse the repository at this point in the history
Ref solus-project#118

Signed-off-by: Evan Maddock <[email protected]>
  • Loading branch information
EbonJaeger authored May 3, 2022
1 parent 04839d9 commit 0d1d4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daemon/notifications/dbus.vala
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
/**
* Signal emitted when a notification is closed.
*/
public signal void NotificationClosed(uint32 id, NotificationCloseReason reason);
public signal void NotificationClosed(uint32 id, uint32 reason);

/**
* Returns the capabilities of this DBus Notification server.
Expand Down

0 comments on commit 0d1d4ed

Please sign in to comment.