From 62c3b0f8ecc40541385d6285381094f98b2fb69c Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Wed, 14 Sep 2011 16:11:35 +0000 Subject: pep8 fixes --- diff --git a/ViewToolbar.py b/ViewToolbar.py index f3c90ca..8ee3070 100644 --- a/ViewToolbar.py +++ b/ViewToolbar.py @@ -29,7 +29,6 @@ from sugar.activity import activity class ViewToolbar(gtk.Toolbar): """Class to create the view toolbar""" - __gsignals__ = { 'go-fullscreen': (gobject.SIGNAL_RUN_FIRST, gobject.TYPE_NONE, @@ -58,7 +57,6 @@ class ViewToolbar(gtk.Toolbar): self.insert(spacer, -1) spacer.show() - self._fullscreen = ToolButton('view-fullscreen') self._fullscreen.set_tooltip(_('Fullscreen')) self._fullscreen.connect('clicked', self._fullscreen_cb) @@ -68,7 +66,7 @@ class ViewToolbar(gtk.Toolbar): def _zoom_tofit_cb(self, button): pass #self.jukebox.player.set_fit_to_screen_cb() - + def _zoom_original_cb(self, button): pass #self.jukebox.player.set_original_to_size_cb() -- cgit v0.9.1