Codebase list sugar-read-activity / abe0238
Disable code to read index in pdf files Is crashing in f17 and does not works yet anyway due to https://bugzilla.gnome.org/show_bug.cgi?id=682882 Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Gonzalo Odiard 11 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
245245 self._model.connect('page-changed', handler)
246246
247247 def update_toc(self, activity):
248 return False
249 """
250 Commented because does not work and crash with old evince
248251 doc = self._model.get_document()
249252 if not doc.has_document_links():
250253 logging.error('The pdf file does not have a index')
255258 activity)
256259 EvinceView.Job.scheduler_push_job(self._job_links,
257260 EvinceView.JobPriority.PRIORITY_NONE)
261 """
258262
259263 def __index_loaded_cb(self, job, activity):
260264 logging.error('__index_loaded_cb %s %s', job.__class__, dir(job))