Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/intro/window.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/jarabe/intro/window.py')
-rw-r--r--src/jarabe/intro/window.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/jarabe/intro/window.py b/src/jarabe/intro/window.py
index 3c979fb..252870d 100644
--- a/src/jarabe/intro/window.py
+++ b/src/jarabe/intro/window.py
@@ -34,9 +34,6 @@ from sugar3.graphics.xocolor import XoColor
from jarabe.intro import colorpicker
-_BACKGROUND_COLOR = style.COLOR_WHITE
-
-
def create_profile(name, color=None):
if not color:
color = XoColor()
@@ -72,6 +69,7 @@ def create_profile(name, color=None):
logging.debug("User keypair generated")
+
class _Page(Gtk.VBox):
__gproperties__ = {
'valid': (bool, None, None, False, GObject.PARAM_READABLE),