Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-04-19 16:45:17 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-04-19 16:45:17 (GMT)
commitafdce1acde5163975d03db6f08f0a998083b295c (patch)
treebd3415ad1a4063187e5234bb584b34590fe85808
parent1e1a5fc3b69986d361b04dd91fbb021f13999f1e (diff)
Restore buttons to add images, sound and voice in the card editor
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
-rw-r--r--createcardpanel.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/createcardpanel.py b/createcardpanel.py
index 1da561f..e490f64 100644
--- a/createcardpanel.py
+++ b/createcardpanel.py
@@ -342,6 +342,7 @@ class CardEditor(gtk.EventBox):
self.font_combo.set_font_name(model.DEFAULT_FONT)
box.pack_start(self.font_combo, True, True, 0)
+ box.pack_start(toolbar, True, True, 0)
self.add(box)