Clear text when closing run dialogue

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
ultrageek.lloyd 2009-11-21 15:50:57 -05:00 committed by Colin Walters
parent 8c59bc71b0
commit 1cc78fdf60

View File

@ -206,7 +206,7 @@ RunDialog.prototype = {
this._commandError = false;
this._group.hide();
this._entry.text = '';
this._entry.set_text('');
Main.popModal(this._group);
}