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 a4a6a4b commit ae4fec4Copy full SHA for ae4fec4
examples/prompt_gtk.ml
@@ -147,8 +147,8 @@ let main () =
147
148
let rec dump_notification () =
149
match conn#notifies with
150
- | Some (msg, pid, extra) ->
151
- let _ = clist#append [string_of_int pid; msg; extra] in
+ | Some { Notification.name; pid; extra } ->
+ let _ = clist#append [string_of_int pid; name; extra] in
152
window#show ();
153
dump_notification ()
154
| None -> () in
0 commit comments