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

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

Toolkit GTK3 patch: adapt to icon changes

  • src/sugar3/graphics/iconentry.py

    From 5a6e84b3337bdabdd5b4bfa8c98602f0d2c79822 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Mon, 14 Jan 2013 18:36:36 -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/sugar3/graphics/iconentry.py | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/src/sugar3/graphics/iconentry.py b/src/sugar3/graphics/iconentry.py
    index f4e5682..243807f 100644
    a b class IconEntry(Gtk.Entry): 
    8080    def show_clear_button(self):
    8181        if not self._clear_shown:
    8282            self.set_icon_from_name(ICON_ENTRY_SECONDARY,
    83                                     'dialog-cancel')
     83                                    'entry-cancel')
    8484            self._clear_shown = True
    8585
    8686    def hide_clear_button(self):