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-08-02 01:45:26 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-08-02 01:45:26 (GMT)
commit3efeda140759a88d3b47b3038eaf64ca6b26a2f7 (patch)
tree1dc0c474440cee25cfd36fc38c42b9be468aa3cc
parent8cae2b3a7e247f53ee6bd80fdaacf64aa6ec4133 (diff)
style fix
-rw-r--r--face.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/face.py b/face.py
index 37a6f97..a44da8c 100644
--- a/face.py
+++ b/face.py
@@ -141,7 +141,8 @@ class View(Gtk.EventBox):
def update(self, status=None):
""" Re packaged the mouth and eyes according to quantity."""
- if status: self.status = status
+ if status:
+ self.status = status
for child in self._eyebox.get_children():
self._eyebox.remove(child)