Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/toolbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/toolbar.py')
-rw-r--r--examples/toolbar.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/toolbar.py b/examples/toolbar.py
index 14ab325..2faea1f 100644
--- a/examples/toolbar.py
+++ b/examples/toolbar.py
@@ -46,7 +46,5 @@ tollbarbutton_4 = ToolbarButton(
icon_name='document-save')
toolbar.toolbar.insert(tollbarbutton_4, -1)
-print [i.props.page for i in toolbar.subs]
-
window.show_all()
gtk.main()