summaryrefslogtreecommitdiffstats
path: root/ui/src/components.rs
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-09-07 22:07:13 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-09-08 11:13:51 +0300
commita866e060a1d837d59a87a519e3df17bfbfa7a951 (patch)
tree4d6c4a3c1cb0aeb1cf6b5e2e8c4b616460262078 /ui/src/components.rs
parentf72fb069fa1c7eaaa7928f92bba2bb06f989d454 (diff)
ui: open MessageRfc822 attachments in new tab
Diffstat (limited to 'ui/src/components.rs')
-rw-r--r--ui/src/components.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components.rs b/ui/src/components.rs
index 6e753ed6..fd8faaf8 100644
--- a/ui/src/components.rs
+++ b/ui/src/components.rs
@@ -93,7 +93,7 @@ pub trait Component: Display + Debug + Send {
true
}
fn set_dirty(&mut self);
- fn kill(&mut self, _id: ComponentId) {}
+ fn kill(&mut self, _id: ComponentId, _context: &mut Context) {}
fn set_id(&mut self, _id: ComponentId) {}
fn id(&self) -> ComponentId;