Closing a GTK+ window will prevent it from reopening
Brought to you by:
chris_a_thomas
If you click the window managers close button, it'll be
permenantly closed. If you attempt to reopen them, say
view another downloads properties, it wont work, I
think because GTK+ has deleted the window and can't
recreate it.
I should hook up the destroy signal to hide the window
instead of closing it