Fixing up some packaging issues
[gonvert] / src / hildonize.py
index 61d9a43..998a6c5 100755 (executable)
@@ -2,7 +2,6 @@
 
 """
 Open Issues
-       @bug not all of a message is shown
        @bug Buttons are too small
 """
 
@@ -66,7 +65,6 @@ def _fremantle_hildonize_window(app, window):
        newWindow = hildon.StackableWindow()
        oldWindow.get_child().reparent(newWindow)
        app.add_window(newWindow)
-       oldWindow.destroy()
        return newWindow
 
 
@@ -75,7 +73,6 @@ def _hildon_hildonize_window(app, window):
        newWindow = hildon.Window()
        oldWindow.get_child().reparent(newWindow)
        app.add_window(newWindow)
-       oldWindow.destroy()
        return newWindow