Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/edittoolbar.py
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2013-01-15 11:22:36 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2013-01-15 13:36:36 (GMT)
commitf95ed83c3eea358383ffe6052d6bb74422937c7e (patch)
treea57ef7da23275e550e7cca042cc0793232ffe870 /edittoolbar.py
parent79840bc5d1a240620d088a99607505e464957049 (diff)
Adapt to icon changes - SL #3569
- The stop and refresh icons were moved to Sugar Artwork, so can be removed. They have also been renamed, so change the code accordingly. - The system-search has been renamed to entry-search in Sugar Artwork. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
Diffstat (limited to 'edittoolbar.py')
-rw-r--r--edittoolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/edittoolbar.py b/edittoolbar.py
index f77cbbe..a407226 100644
--- a/edittoolbar.py
+++ b/edittoolbar.py
@@ -47,7 +47,7 @@ class EditToolbar(BaseEditToolbar):
search_item = Gtk.ToolItem()
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)