Ticket #356: write-threads-init.patch

File write-threads-init.patch, 397 bytes (added by alsroot, 15 years ago)
  • AbiWordActivity.py

    diff --git a/AbiWordActivity.py b/AbiWordActivity.py
    index 54a0a62..12aba20 100644
    a b  
    1616# along with this program; if not, write to the Free Software
    1717# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    1818
     19import gobject
     20gobject.threads_init()
     21
    1922from gettext import gettext as _
    2023import logging
    2124import os