Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/OficinaActivity.py
diff options
context:
space:
mode:
authorAlexandre Antonino Gonçalves Martinazzo <alexandremartinazzo@gmail.com>2007-09-27 21:33:24 (GMT)
committer Alexandre Antonino Gonçalves Martinazzo <alexandremartinazzo@gmail.com>2007-09-27 21:33:24 (GMT)
commit1fe43cb448fd34d9dbe1def67fcdf70f4765495d (patch)
tree6b2db8bba21b74f5e5ba45dfd1d949aaafd6fb3e /OficinaActivity.py
parent4f92f474baa15da56ebe6de9bd92bf813cb7cc7e (diff)
Squashed commit of the following:
commit 2677d5c6a626bb4bdeb45d289fc2de8c1fc1b997 Author: Alexandre Antonino Gonçalves Martinazzo <alexandremartinazzo@gmail.com> Date: Thu Sep 27 18:30:47 2007 -0300 Bug #3749 fixed; resuming from Journal is working again; pixmap manipulation was wrong when loading files. OficinaActivity does not use set_title() anymore (see ticket #3891)
Diffstat (limited to 'OficinaActivity.py')
-rw-r--r--OficinaActivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/OficinaActivity.py b/OficinaActivity.py
index d823b16..ace8e12 100644
--- a/OficinaActivity.py
+++ b/OficinaActivity.py
@@ -76,7 +76,7 @@ class OficinaActivity(activity.Activity):
"""
activity.Activity.__init__(self, handle)
- self.set_title(_('Paint'))
+ #self.set_title(_('Paint'))
logging.debug('Starting Paint activity (Oficina)')