Changeset 3274

Show
Ignore:
Timestamp:
06/23/08 22:10:08 (5 months ago)
Author:
andar
Message:

Fix possible crash on exit in clasic mode

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/deluge-0.6/deluge/ui/gtkui/gtkui.py

    r3272 r3274  
    190190        component.shutdown() 
    191191        if self.started_in_classic: 
    192             client.shutdown() 
     192            try: 
     193                client.shutdown() 
     194            except: 
     195                pass 
    193196 
    194197    def _on_new_core(self, data):