Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2013-01-14 21:36:36 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2013-01-15 13:34:00 (GMT)
commite36513f925ac9845de9be0bd98353aa4207c90b3 (patch)
tree7b3875decf95c134c49e98376a4179bbabf2f8cd
parent83efac4c5719ed37869e07b886bea452bc6250b7 (diff)
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>
-rw-r--r--src/sugar3/graphics/iconentry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sugar3/graphics/iconentry.py b/src/sugar3/graphics/iconentry.py
index f4e5682..243807f 100644
--- a/src/sugar3/graphics/iconentry.py
+++ b/src/sugar3/graphics/iconentry.py
@@ -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):