Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()