Skip to content

Commit

Permalink
Merge pull request #8065 from kbroulik/quickreply
Browse files Browse the repository at this point in the history
interfaces/builtin: Allow NotificationReplied signal on org.freedesktop.Notifications
  • Loading branch information
bboozzoo committed Jan 29, 2020
2 parents bae7fa1 + f798d4e commit c324fde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interfaces/builtin/desktop.go
Expand Up @@ -105,7 +105,7 @@ dbus (receive)
bus=session
path=/org/freedesktop/Notifications
interface=org.freedesktop.Notifications
member={ActionInvoked,NotificationClosed}
member={ActionInvoked,NotificationClosed,NotificationReplied}
peer=(label=unconfined),
# DesktopAppInfo Launched
Expand Down
2 changes: 1 addition & 1 deletion interfaces/builtin/unity7.go
Expand Up @@ -444,7 +444,7 @@ dbus (receive)
bus=session
path=/org/freedesktop/Notifications
interface=org.freedesktop.Notifications
member={ActionInvoked,NotificationClosed}
member={ActionInvoked,NotificationClosed,NotificationReplied}
peer=(label=unconfined),
dbus (send)
Expand Down

0 comments on commit c324fde

Please sign in to comment.