mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
remove extra references
This commit is contained in:
parent
3393ffa4c4
commit
7e1c03f8dd
@ -213,7 +213,7 @@ impl Reader {
|
||||
let tag = TextTag::builder().wrap_mode(WrapMode::Word).build();
|
||||
|
||||
buffer.tag_table().add(&tag);
|
||||
buffer.insert_with_tags(&mut buffer.end_iter(), &line, &[&tag]);
|
||||
buffer.insert_with_tags(&mut buffer.end_iter(), line, &[&tag]);
|
||||
buffer.insert(&mut buffer.end_iter(), "\n");
|
||||
}
|
||||
|
||||
|
@ -38,7 +38,7 @@ impl Input {
|
||||
size_limit: Option<usize>,
|
||||
) {
|
||||
self.widget.update(Some(
|
||||
&Response::new_rc(action_page_open, base, title, size_limit).gobject(),
|
||||
Response::new_rc(action_page_open, base, title, size_limit).gobject(),
|
||||
));
|
||||
}
|
||||
|
||||
@ -50,7 +50,7 @@ impl Input {
|
||||
max_length: Option<i32>,
|
||||
) {
|
||||
self.widget.update(Some(
|
||||
&Sensitive::new_rc(action_page_open, base, title, max_length).gobject(),
|
||||
Sensitive::new_rc(action_page_open, base, title, max_length).gobject(),
|
||||
));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user