[gnome-python-desktop] Bug 595342 - braseromedia fails because threads aren't initialized (patch by Andrew Price)
- From: Gustavo J. A. M. Carneiro <gjc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-python-desktop] Bug 595342 - braseromedia fails because threads aren't initialized (patch by Andrew Price)
- Date: Sat, 5 Dec 2009 18:18:51 +0000 (UTC)
commit 9d3cb1ff8632bccef496a887ec6dbbcede837b59
Author: Gustavo Carneiro <gjc inescporto pt>
Date: Sat Dec 5 18:18:12 2009 +0000
Bug 595342 - braseromedia fails because threads aren't initialized (patch by Andrew Price)
braseromedia/bm_module.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/braseromedia/bm_module.c b/braseromedia/bm_module.c
index a17e7a1..139e1c7 100644
--- a/braseromedia/bm_module.c
+++ b/braseromedia/bm_module.c
@@ -32,6 +32,7 @@ initbraseromedia(void)
PyObject *m, *d;
init_pygobject ();
+ pyg_enable_threads ();
m = Py_InitModule ("braseromedia", brasero_media_functions);
d = PyModule_GetDict (m);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]