Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-09-27 17:28:06 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-09-27 17:28:06 (GMT)
commitd305d043f64944deec72c28b90aac89cccd05209 (patch)
tree4ccaa60bf0393ec424e945c8c99d7c6a1f64d658
parent846fd4858e504ae07855b9fc417200b905f9555f (diff)
Do not use set_title #3890
-rw-r--r--activity/activity-read.svg3
-rw-r--r--readactivity.py1
2 files changed, 2 insertions, 2 deletions
diff --git a/activity/activity-read.svg b/activity/activity-read.svg
index ce9eb8a..a49ef84 100644
--- a/activity/activity-read.svg
+++ b/activity/activity-read.svg
@@ -7,4 +7,5 @@
<line display="inline" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5" x1="27.898" x2="27.9" y1="11.023" y2="45.717"/>
<path d=" M32.566,44.275c0,0-0.031,2.906-4.666,2.906c-4.632,0-4.663-2.906-4.663-2.906" display="inline" fill="none" stroke="&stroke_color;" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.5"/>
-</g></svg> \ No newline at end of file
+</g></svg>
+
diff --git a/readactivity.py b/readactivity.py
index da91b7b..234d0d2 100644
--- a/readactivity.py
+++ b/readactivity.py
@@ -53,7 +53,6 @@ class ReadActivity(activity.Activity):
self.connect('key-press-event', self._key_press_event_cb)
logging.debug('Starting read...')
- self.set_title(_('Read Activity'))
evince.job_queue_init()
self._view = evince.View()