[gnome-contacts] Remove placeholder text from search entry
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Remove placeholder text from search entry
- Date: Thu, 30 Jun 2011 13:30:59 +0000 (UTC)
commit c94a998d873efd449afefbcf839404674d9dcef6
Author: Alexander Larsson <alexl redhat com>
Date: Wed Jun 29 10:29:20 2011 +0200
Remove placeholder text from search entry
src/contacts-list-pane.vala | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-list-pane.vala b/src/contacts-list-pane.vala
index 9fd4659..68da925 100644
--- a/src/contacts-list-pane.vala
+++ b/src/contacts-list-pane.vala
@@ -429,7 +429,6 @@ public class Contacts.ListPane : Frame {
toolbar.add (separator);
filter_entry = new Entry ();
- filter_entry.set ("placeholder-text", _("Type to search..."));
filter_entry.set_icon_from_icon_name (EntryIconPosition.SECONDARY, "edit-find-symbolic");
filter_entry.changed.connect (filter_entry_changed);
filter_entry.icon_press.connect (filter_entry_clear);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]