[gnome-contacts] search-entry: Added placeholder text
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] search-entry: Added placeholder text
- Date: Sat, 4 May 2013 15:47:02 +0000 (UTC)
commit c238b84328763b1670f336cb922fcf0c95abfbc3
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Tue Apr 30 11:42:40 2013 -0400
search-entry: Added placeholder text
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=699081
src/contacts-list-pane.vala | 1 +
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 ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]