Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/readactivity.py
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2008-11-04 22:00:34 (GMT)
committer Morgan Collett <morgan.collett@gmail.com>2008-12-16 13:47:20 (GMT)
commit29cebe609d95e3e059a790e1311567eaade6d4f3 (patch)
treeb8f2f8371b6868d976d87647df18f82b5676a610 /readactivity.py
parenta8d0c22e37b5fce0c1d53b095bb9206eb3e8d2a2 (diff)
Update to sugar-evince-2.24 API
No backwards compatibility. The "Find previous" and "Find next" buttons no longer get greyed out when you reach the start/end of a document. If this functionality is important, it can probably be readded.
Diffstat (limited to 'readactivity.py')
-rw-r--r--readactivity.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/readactivity.py b/readactivity.py
index 9728f50..482245c 100644
--- a/readactivity.py
+++ b/readactivity.py
@@ -107,7 +107,6 @@ class ReadActivity(activity.Activity):
_logger.debug('Starting Read...')
- evince.job_queue_init()
self._view = evince.View()
self._view.set_screen_dpi(_get_screen_dpi())
self._view.connect('notify::has-selection',