Adapt to icon changes - SL #3569

- In IconEntry: dialog-cancel -> entry-cancel

Signed-off-by: Manuel Quiñones <manuq@laptop.org>
Acked-by: Simon Schampijer <simon@laptop.org>
This commit is contained in:
Manuel Quiñones 2013-01-14 18:36:36 -03:00
parent 83efac4c57
commit e36513f925

View File

@ -80,7 +80,7 @@ class IconEntry(Gtk.Entry):
def show_clear_button(self):
if not self._clear_shown:
self.set_icon_from_name(ICON_ENTRY_SECONDARY,
'dialog-cancel')
'entry-cancel')
self._clear_shown = True
def hide_clear_button(self):