notifications: initial logic for sending action signal
This commit is contained in:
parent
94def67e85
commit
13aa62cef8
3 changed files with 31 additions and 4 deletions
|
|
@ -35,7 +35,7 @@ impl ObjectImpl for NotificationListInner {
|
|||
..set_parent(obj);
|
||||
..connect_row_activated(clone!(@weak obj => move |_, row| {
|
||||
if let Some(id) = obj.id_for_row(row) {
|
||||
// TODO
|
||||
obj.inner().notifications.invoke_action(id, "default");
|
||||
}
|
||||
}));
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue