Ticket #3569: 0001-Adapt-to-icon-changes-SL-3569.2.patch

File 0001-Adapt-to-icon-changes-SL-3569.2.patch, 1.1 KB (added by manuq, 11 years ago)

Toolkit GTK2 patch: adapt to icon changes

  • src/sugar/graphics/iconentry.py

    From 425193de7b115ccfb9f8248345d360cdc2d044ea Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Mon, 14 Jan 2013 18:45:06 -0300
    Subject: [PATCH toolkit] Adapt to icon changes - SL #3569
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
    
    - In IconEntry, dialog-cancel -> entry-cancel
    
    Signed-off-by: Manuel Quiñones <manuq@laptop.org>
    ---
     src/sugar/graphics/iconentry.py | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/src/sugar/graphics/iconentry.py b/src/sugar/graphics/iconentry.py
    index c652331..76bf875 100644
    a b class IconEntry(gtk.Entry): 
    7171    def show_clear_button(self):
    7272        if not self._clear_shown:
    7373            self.set_icon_from_name(ICON_ENTRY_SECONDARY,
    74                                     'dialog-cancel')
     74                                    'entry-cancel')
    7575            self._clear_shown = True
    7676
    7777    def hide_clear_button(self):