~pyspeed-dev/pyspeed/trunk

« back to all changes in this revision

Viewing changes to speed/gtk_widget.py

  • Committer: Amit Aronovitch
  • Date: 2010-10-26 21:24:23 UTC
  • Revision ID: aronovitch@gmail.com-20101026212423-9jxejf200s6lcy6j
undo the gtk_widget.py fixes (prepare for merge from origin branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
        self._window.show()
182
182
        gtk.threads_leave()
183
183
 
184
 
    def hide_window(self, acquire_thread_lock=True):
185
 
        if acquire_thread_lock:
 
184
    def hide_window(self, acquire_threads_lock=True):
 
185
        if acquire_threads_lock:
186
186
            gtk.threads_enter()
187
187
 
188
188
        for frame in self._frames: