[brasero] Don't make the thread joinable if we won't use that.
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Don't make the thread joinable if we won't use that.
- Date: Wed, 9 Sep 2009 20:20:25 +0000 (UTC)
commit 11c1ebe6c5b4c5937babc99925408ae4126c3036
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Wed Sep 9 12:46:41 2009 +0200
Don't make the thread joinable if we won't use that.
libbrasero-media/brasero-medium.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-media/brasero-medium.c b/libbrasero-media/brasero-medium.c
index 402eb63..65eabc1 100644
--- a/libbrasero-media/brasero-medium.c
+++ b/libbrasero-media/brasero-medium.c
@@ -3034,7 +3034,7 @@ brasero_medium_probe (BraseroMedium *self)
g_mutex_lock (priv->mutex);
priv->probe = g_thread_create (brasero_medium_probe_thread,
self,
- TRUE,
+ FALSE,
NULL);
g_mutex_unlock (priv->mutex);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]