[brasero] Really copy the tags in brasero_track_tag_copy_missing ()
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Really copy the tags in brasero_track_tag_copy_missing ()
- Date: Sun, 22 Nov 2009 21:17:06 +0000 (UTC)
commit 48eaa40d1c9ce1c5774c28a2c687bd093393767e
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Sat Nov 21 15:14:42 2009 +0100
Really copy the tags in brasero_track_tag_copy_missing ()
The order of arguments in g_value_copy () was wrong
libbrasero-burn/brasero-track.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-burn/brasero-track.c b/libbrasero-burn/brasero-track.c
index 74da677..82c5a9b 100644
--- a/libbrasero-burn/brasero-track.c
+++ b/libbrasero-burn/brasero-track.c
@@ -506,7 +506,7 @@ brasero_track_tag_copy_missing (BraseroTrack *dest,
new_value = g_new0 (GValue, 1);
g_value_init (new_value, G_VALUE_TYPE (value));
- g_value_copy (new_value, value);
+ g_value_copy (value, new_value);
new_key = g_strdup (key);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]