Merge branch 'gimick'

This commit is contained in:
Steffen Schaumburg 2011-04-10 14:55:10 +02:00
commit b53784fd60

View File

@ -50,6 +50,7 @@ class Aux_Window(object):
def create(self, *args): pass
def relocate(self, *args): pass
def save_layout(self, *args): pass
def update_card_positions(self, *args): pass
def destroy(self):
try:
self.container.destroy()