From 1fe43cb448fd34d9dbe1def67fcdf70f4765495d Mon Sep 17 00:00:00 2001 From: Alexandre Antonino Gonçalves Martinazzo Date: Thu, 27 Sep 2007 21:33:24 +0000 Subject: Squashed commit of the following: commit 2677d5c6a626bb4bdeb45d289fc2de8c1fc1b997 Author: Alexandre Antonino Gonçalves Martinazzo 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) --- (limited to 'OficinaActivity.py') 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)') -- cgit v0.9.1