[gedit/gnome-3-2] Revert "quickopen: set placeholder text"



commit f4d56251bc71bbd908dbad08333c36ae7d865f2d
Author: Paolo Borelli <pborelli gnome org>
Date:   Sat Nov 12 12:28:03 2011 +0100

    Revert "quickopen: set placeholder text"
    
    This reverts commit 7fbf0a32220c5ddccb727cb05cc352e742e224e4. It breaks
    the string freeze.

 plugins/quickopen/quickopen/popup.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/plugins/quickopen/quickopen/popup.py b/plugins/quickopen/quickopen/popup.py
index 034eca0..6c828c4 100644
--- a/plugins/quickopen/quickopen/popup.py
+++ b/plugins/quickopen/quickopen/popup.py
@@ -69,7 +69,6 @@ class Popup(Gtk.Dialog):
         action_area.set_spacing(6)
 
         self._entry = Gtk.Entry()
-        self._entry.set_placeholder_text(_('Type to search...'))
         self.set_entry_icon(self._entry)
 
         self._entry.connect('changed', self.on_changed)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]