Fix review issues

This commit is contained in:
Aleksey Lim
2009-07-31 03:49:05 +00:00
parent 7bfb7704d7
commit 353564f12c
6 changed files with 119 additions and 98 deletions
-2
View File
@@ -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()