Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-07-27 20:37:15 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-07-27 20:37:15 (GMT)
commit311125f2cf45124e1af56dc363089ce365abb12a (patch)
treeca54eb02a90b5b9dae67aba8ca05e57b207351f1
parentce7aa76485f7b33d3af415cf088077cdd97835ed (diff)
typo in descriptor
-rw-r--r--face.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/face.py b/face.py
index a0e50cf..6efcbf9 100644
--- a/face.py
+++ b/face.py
@@ -117,7 +117,7 @@ class View(Gtk.EventBox):
box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
box.set_homogeneous(False)
box.pack_start(self._eyebox, expand=True, fill=True, padding=0)
- box.pack_start(self._mouthbox, exapand=False, fill=False, padding=0)
+ box.pack_start(self._mouthbox, expand=True, fill=True, padding=0)
box.set_border_width(FACE_PAD)
self.modify_bg(0, self.fill_color.get_gdk_color())
self.add(box)