Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-07-31 03:49:05 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-07-31 03:49:05 (GMT)
commit353564f12c6e3aecfe0af19f85c3e09ed9692cf1 (patch)
tree0ce2d0e88cf9adf0abc90072c76ba481757bb157 /examples
parent7bfb7704d747ef2a2877df81e05af0f5aad7e0bc (diff)
Fix review issues
Diffstat (limited to 'examples')
-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()