Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2013-04-10 13:25:30 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2013-04-10 13:25:30 (GMT)
commit6280b5ffeb82bf74a186ad5027c5ff4c51d8e4c4 (patch)
tree86c1a6defd1029854eebb12d578d97093d7a55c7
parentd63a824535a346a67ab67e423f91581df64c428e (diff)
Use new search icon - SL #3569
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
-rw-r--r--readtoolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/readtoolbar.py b/readtoolbar.py
index 6d1e02b..c4dc2d6 100644
--- a/readtoolbar.py
+++ b/readtoolbar.py
@@ -42,7 +42,7 @@ class EditToolbar(BaseEditToolbar):
self._search_entry = iconentry.IconEntry()
self._search_entry.set_icon_from_name(iconentry.ICON_ENTRY_PRIMARY,
- 'system-search')
+ 'entry-search')
self._search_entry.add_clear_button()
self._search_entry.connect('activate', self._search_entry_activate_cb)
self._search_entry.connect('changed', self._search_entry_changed_cb)