[gnome-shell] Clear text when closing run dialogue



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]