mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
urldecode entry label
This commit is contained in:
parent
07d38f42ca
commit
4b50edd3d0
1 changed files with 3 additions and 1 deletions
|
|
@ -85,7 +85,9 @@ class Tab
|
|||
$this->tray->label->set_text(
|
||||
sprintf(
|
||||
'Open %s...',
|
||||
$entry->get_text()
|
||||
urldecode(
|
||||
$entry->get_text()
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue