From f95ed83c3eea358383ffe6052d6bb74422937c7e Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Tue, 15 Jan 2013 11:22:36 +0000 Subject: 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 Acked-by: Simon Schampijer --- (limited to 'edittoolbar.py') 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) -- cgit v0.9.1