Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/frame.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/frame.py b/gui/frame.py
index 8a16fe8..0d04610 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()
+ button = LanguageComboBox('org.worldwideworkshop.olpc.JokeMachine')
button.install()
button.set_name('fubar')
language.props.widget = button