Codebase list sugar-read-activity / 66b74b2
Remove unneded code Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Gonzalo Odiard 11 years ago
1 changed file(s) with 0 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
335335 elif self._object_id is None:
336336 # Not joining, not resuming
337337 self._show_journal_object_picker()
338 # uncomment this and adjust the path for easier testing
339 #else:
340 # self._load_document('file:///home/smcv/tmp/test.pdf')
341
342 def fullscreen(self):
343 activity.Activity.fullscreen(self)
344
345 def unfullscreen(self):
346 activity.Activity.unfullscreen(self)
347338
348339 def _create_back_button(self):
349340 back = ToolButton('go-previous-paired')