Thu Jun 15 13:09:09 CEST 2006  Philipp Kern <[EMAIL PROTECTED]>
  * 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.

-- 
Gobby crashes upon load when GNOME accessibility options are turned on.
https://launchpad.net/bugs/49780

--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to