[gnome-shell] Clear text when closing run dialogue
- From: Colin Walters <walters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-shell] Clear text when closing run dialogue
- Date: Sat, 21 Nov 2009 20:52:44 +0000 (UTC)
commit 1cc78fdf60285bc036a7c528e8e61dce63875f63
Author: ultrageek.lloyd <ultrageek lloyd gmail com>
Date: Sat Nov 21 15:50:57 2009 -0500
Clear text when closing run dialogue
Signed-off-by: Colin Walters <walters verbum org>
js/ui/runDialog.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/runDialog.js b/js/ui/runDialog.js
index 69c2434..487aeb1 100644
--- a/js/ui/runDialog.js
+++ b/js/ui/runDialog.js
@@ -206,7 +206,7 @@ RunDialog.prototype = {
this._commandError = false;
this._group.hide();
- this._entry.text = '';
+ this._entry.set_text('');
Main.popModal(this._group);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]