Comment 3 for bug 49780

Revision history for this message
Philipp Kern (pkern) wrote :

Thu Jun 15 13:09:09 CEST 2006 Philipp Kern <phil@0x539.de>
  * Do not crash when threads are already initialised

diff -rN old-gobby/src/main.cpp new-gobby/src/main.cpp
112c112,114
< Glib::thread_init();
---
>
> if(!Glib::thread_supported())
> Glib::thread_init();

Kudos to Armin. We will issue a 0.3.x bugfix release. It is already fixed for the current development branch. Thank you, Luke, for reporting this.