[gnome-contacts] Add placeholder text
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Add placeholder text
- Date: Wed, 8 Jun 2011 20:35:22 +0000 (UTC)
commit 7d36fe27e63268550688d124c777581edd9c4be4
Author: Alexander Larsson <alexl redhat com>
Date: Wed Jun 8 12:59:15 2011 +0200
Add placeholder text
src/contacts-app.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index c92e6a0..21f78f7 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -416,6 +416,7 @@ public class Contacts.App : Window {
toolbar.add (separator);
filter_entry = new Entry ();
+ filter_entry.set ("placeholder-text", _("Type here to filter"));
filter_entry.set_icon_from_icon_name (EntryIconPosition.SECONDARY, "edit-find-symbolic");
filter_entry.changed.connect (filter_entry_changed);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]