[beast/wip/soundfont: 8/832] BSE: fixed typo in bse source
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast/wip/soundfont: 8/832] BSE: fixed typo in bse source
- Date: Sun, 6 Nov 2016 11:49:37 +0000 (UTC)
commit 4929530b56de58cf8fa308fad2bda725a8b785f8
Author: Stefan Westerfeld <stefan space twc de>
Date: Mon Nov 8 22:57:26 2010 +0100
BSE: fixed typo in bse source
bse/bsesource.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bse/bsesource.c b/bse/bsesource.c
index 3c8ae2f..f181654 100644
--- a/bse/bsesource.c
+++ b/bse/bsesource.c
@@ -416,7 +416,7 @@ bse_source_prepare (BseSource *source)
g_object_freeze_notify (G_OBJECT (source));
source_class_collect_properties (BSE_SOURCE_GET_CLASS (source));
source->contexts = g_bsearch_array_create (&context_config);
- BSE_OBJECT_SET_FLAGS (source, BSE_SOURCE_FLAG_PREPARED); /* guard properties from _before_ preapre()
*/
+ BSE_OBJECT_SET_FLAGS (source, BSE_SOURCE_FLAG_PREPARED); /* guard properties from _before_ prepare()
*/
BSE_SOURCE_GET_CLASS (source)->prepare (source);
source_notify_properties (source);
g_object_thaw_notify (G_OBJECT (source));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]