Add collisions detection

This commit is contained in:
Marco Pesenti Gritti
2007-07-05 22:45:58 +02:00
parent 82694847c6
commit bcb68e8e0e
2 changed files with 28 additions and 7 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ def _create_icon():
icon_name='theme:stock-buddy')
layout.add(icon)
return (len(box.get_children()) < 70)
return (len(box.get_children()) < 50)
window = gtk.Window()
window.connect("destroy", lambda w: gtk.main_quit())