Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-09-14 16:11:35 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-09-14 16:11:35 (GMT)
commit62c3b0f8ecc40541385d6285381094f98b2fb69c (patch)
tree3f29c0c702aa9f9702bc3f579e04db9aee5b6456
parent99bb2a3d4bdc5fc3a126bb0e835c6ef714d78f6f (diff)
pep8 fixesHEADmaster
-rw-r--r--ViewToolbar.py4
1 files changed, 1 insertions, 3 deletions
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()