Show
Ignore:
Timestamp:
12/01/08 10:48:07 (5 weeks ago)
Author:
Ronny Pfannschmidt <Ronny.Pfannschmidt@…>
Message:

read thread_enter, hopefully at the right place

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pida/core/application.py

    r1631 r1685  
    3838    from gtk import gdk 
    3939    gdk.threads_init() 
     40    gdk.threads_enter() # need to ensure threadsavety before any ui drawing 
    4041    if gtk.pygtk_version < (2, 8): 
    4142        die_cli(_('PIDA requires PyGTK >= 2.8. It only found %(major)s.%(minor)s')