mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
remove extra conversion
This commit is contained in:
parent
8f1e94dd68
commit
3047102c87
4 changed files with 9 additions and 9 deletions
|
|
@ -158,7 +158,7 @@ impl Navigation {
|
|||
}
|
||||
|
||||
// Setters
|
||||
pub fn set_request_text(&self, value: &GString) {
|
||||
pub fn set_request_text(&self, value: &str) {
|
||||
// Focus out from content area on activate the link @TODO
|
||||
self.widget.focus();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue