Ticket #3904: 0001-Intro-window-remove-unused-variable-and-empty-line.patch

File 0001-Intro-window-remove-unused-variable-and-empty-line.patch, 1.1 KB (added by manuq, 12 years ago)

Patch for shell to clean the intro window py file.

  • src/jarabe/intro/window.py

    From 9ebec696e11ff881633cb9d5ee2eea9760765c63 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Fri, 14 Sep 2012 17:41:25 -0300
    Subject: [PATCH sugar] Intro window: remove unused variable and empty line
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
    
    Signed-off-by: Manuel Quiñones <manuq@laptop.org>
    ---
     src/jarabe/intro/window.py | 4 +---
     1 file changed, 1 insertion(+), 3 deletions(-)
    
    diff --git a/src/jarabe/intro/window.py b/src/jarabe/intro/window.py
    index 3c979fb..252870d 100644
    a b from sugar3.graphics.xocolor import XoColor 
    3434from jarabe.intro import colorpicker
    3535
    3636
    37 _BACKGROUND_COLOR = style.COLOR_WHITE
    38 
    39 
    4037def create_profile(name, color=None):
    4138    if not color:
    4239        color = XoColor()
    def create_profile(name, color=None): 
    7269
    7370    logging.debug("User keypair generated")
    7471
     72
    7573class _Page(Gtk.VBox):
    7674    __gproperties__ = {
    7775        'valid': (bool, None, None, False, GObject.PARAM_READABLE),