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>
master
Manuel Quiñones 11 years ago
parent 83efac4c57
commit e36513f925

@ -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):

Loading…
Cancel
Save