Clear text when closing run dialogue
Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
8c59bc71b0
commit
1cc78fdf60
@ -206,7 +206,7 @@ RunDialog.prototype = {
|
|||||||
this._commandError = false;
|
this._commandError = false;
|
||||||
|
|
||||||
this._group.hide();
|
this._group.hide();
|
||||||
this._entry.text = '';
|
this._entry.set_text('');
|
||||||
|
|
||||||
Main.popModal(this._group);
|
Main.popModal(this._group);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user