Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gui/frame.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-01-04 01:40:52 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-01-04 01:40:52 (GMT)
commitc0d77e3a64f32905ec5663d2537809a63e67f765 (patch)
tree7fc83b227436cd34a1f2a6179b42f353141b2659 /gui/frame.py
parentb631c2dc2cf6ad86e496e5af0ae231adf13a0ce8 (diff)
remove custom fonts
Diffstat (limited to 'gui/frame.py')
-rw-r--r--gui/frame.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/gui/frame.py b/gui/frame.py
index 0d04610..019f293 100644
--- a/gui/frame.py
+++ b/gui/frame.py
@@ -105,7 +105,7 @@ class Frame(hippo.Canvas):
padding_right=100,
yalign=hippo.ALIGNMENT_CENTER,
orientation=hippo.ORIENTATION_VERTICAL)
- button = LanguageComboBox('org.worldwideworkshop.olpc.JokeMachine')
+ button = LanguageComboBox('org.worldwideworkshop.JokeMachineActivity')
button.install()
button.set_name('fubar')
language.props.widget = button
@@ -220,8 +220,7 @@ class Frame(hippo.Canvas):
border_color=theme.COLOR_BLUE.get_int())
widget_box.append(hippo.CanvasText(text= _('Lesson Plans:'),
xalign=hippo.ALIGNMENT_START,
- padding=10,
- font_desc=theme.FONT_BODY.get_pango_desc()))
+ padding=10))
lesson_plans = LessonPlanWidget(Globals.pwd)
lesson_plans.set_size_request(1050, 500)
widget_box.append(hippo.CanvasWidget(widget=lesson_plans,