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:
parent
83efac4c57
commit
e36513f925
@ -80,7 +80,7 @@ class IconEntry(Gtk.Entry):
|
|||||||
def show_clear_button(self):
|
def show_clear_button(self):
|
||||||
if not self._clear_shown:
|
if not self._clear_shown:
|
||||||
self.set_icon_from_name(ICON_ENTRY_SECONDARY,
|
self.set_icon_from_name(ICON_ENTRY_SECONDARY,
|
||||||
'dialog-cancel')
|
'entry-cancel')
|
||||||
self._clear_shown = True
|
self._clear_shown = True
|
||||||
|
|
||||||
def hide_clear_button(self):
|
def hide_clear_button(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user