Changeset 9968

Show
Ignore:
Timestamp:
07/20/08 16:53:34 (6 weeks ago)
Author:
js
Message:

It's bad to silently drop errors when not running it from the SVN repo.
On Windows, it's even worse: When something throws a TB, the user won't
notice before Gajim is terminated (a dialog will show then that
gajim.exe.log was created, nothing more!)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gajim.py

    r9965 r9968  
    214214del pritext 
    215215 
    216 path = os.getcwd() 
    217 if '.svn' in os.listdir(path) or '_svn' in os.listdir(path): 
    218         # import gtkexcepthook only for those that run svn 
    219         # those than run with --verbose run from terminal so no need to care 
    220         # about those 
    221         import gtkexcepthook 
    222 del path 
     216import gtkexcepthook 
    223217 
    224218import gobject