Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAneesh Dogra <lionaneesh@gmail.com>2012-12-22 14:40:59 (GMT)
committer Aneesh Dogra <lionaneesh@gmail.com>2012-12-22 14:40:59 (GMT)
commita2fe695a01687be014bba274c96e3c06fc10958d (patch)
tree5283d8a97d7de4566ae72e440abce457d5e0a16f
parent64feba1bf86982930fe8706311aebf28c0b44650 (diff)
Show the quiz toolbar on startup.
-rw-r--r--ConstellationsFlashCards.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/ConstellationsFlashCards.py b/ConstellationsFlashCards.py
index 17418d6..fc55dbc 100644
--- a/ConstellationsFlashCards.py
+++ b/ConstellationsFlashCards.py
@@ -703,9 +703,6 @@ class ConstellationsFlashCards(activity.Activity):
label_container.add(cbq1)
label_container.show_all()
self.quiz_toolbar.insert(label_container, -1)
- label_container = Gtk.ToolItem()
- label_container.add(cbq1)
- label_container.show_all()
self.quiz_toolbar.insert(buttonq1, -1)
self.quiz_toolbar.insert(buttonq2, -1)
@@ -760,6 +757,7 @@ class ConstellationsFlashCards(activity.Activity):
self.set_toolbar_box(toolbar_box)
toolbar_box.show_all()
+ quiz_toolbar_button.set_expanded(True)
# Create the GUI objects.