Skip to content
  • Phillip Susi's avatar
    Remove gdk_threads_enter/exit (#685740) · f5a5c9cd
    Phillip Susi authored and Curtis Gedak's avatar Curtis Gedak committed
    Use of these functions is depreciated and making gtk calls in a background
    thread still sometimes causes deadlocks or crashes.  Change ped exception
    handler to instead use an idle function to force the main thread to display
    the dialog box.
    
    Part of Bug 685740 - Refactor to use asynchronous command execution
    f5a5c9cd