mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
remove extra references
This commit is contained in:
parent
3393ffa4c4
commit
7e1c03f8dd
2 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue