Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/toolbar.py
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-10-15 17:53:25 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-10-22 17:26:25 (GMT)
commit46f54a295309d21aa4c6e15ded9a7ac0e13fdd16 (patch)
tree3827b57e34f21f7945b2344b989fe6e7282fbaa9 /examples/toolbar.py
parent527e5b34bacee88a7d0f68b16526a131cb39f3a4 (diff)
PEP8 cleanup: fix number of blank lines
Caught by pep8.
Diffstat (limited to 'examples/toolbar.py')
-rw-r--r--examples/toolbar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/toolbar.py b/examples/toolbar.py
index 2faea1f..c0718d3 100644
--- a/examples/toolbar.py
+++ b/examples/toolbar.py
@@ -25,6 +25,7 @@ toolbar.toolbar.insert(tollbarbutton_2, -1)
toolbar.toolbar.insert(gtk.SeparatorToolItem(), -1)
+
def del_cb(widget):
toolbar.toolbar.remove(tollbarbutton_3)
del_b = gtk.Button('delete sub-widget #3')