mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Clear text when closing run dialogue
Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
8c59bc71b0
commit
1cc78fdf60
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ RunDialog.prototype = {
|
|||
this._commandError = false;
|
||||
|
||||
this._group.hide();
|
||||
this._entry.text = '';
|
||||
this._entry.set_text('');
|
||||
|
||||
Main.popModal(this._group);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue