summaryrefslogtreecommitdiff
path: root/src/contacts-list-pane.vala
diff options
context:
space:
mode:
authorErick Pérez Castellanos <erick.red@gmail.com>2013-04-30 11:42:40 -0400
committerErick Pérez Castellanos <erick.red@gmail.com>2013-05-04 11:45:10 -0400
commitc238b84328763b1670f336cb922fcf0c95abfbc3 (patch)
treea222ade36b2428f48fdad4323025807e52cbdc39 /src/contacts-list-pane.vala
parent84e6e1f47c427704c072b4cbf28b279789d55dfc (diff)
downloadgnome-contacts-c238b84328763b1670f336cb922fcf0c95abfbc3.tar.gz
search-entry: Added placeholder text
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=699081
Diffstat (limited to 'src/contacts-list-pane.vala')
-rw-r--r--src/contacts-list-pane.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/contacts-list-pane.vala b/src/contacts-list-pane.vala
index 1ba0609..fbe99c1 100644
--- a/src/contacts-list-pane.vala
+++ b/src/contacts-list-pane.vala
@@ -86,6 +86,7 @@ public class Contacts.ListPane : Frame {
contacts_view.set_show_subset (View.Subset.MAIN);
filter_entry = new SearchEntry ();
+ filter_entry.set_placeholder_text (_("Type to search"));
filter_entry.changed.connect (filter_entry_changed);
var search_entry_item = new ToolItem ();