[brasero] Small code change
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Small code change
- Date: Wed, 4 Nov 2009 08:27:58 +0000 (UTC)
commit c49968da3123bec48bd68bfb3dce8c199a8cd4ee
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Tue Nov 3 18:00:13 2009 +0100
Small code change
libbrasero-utils/brasero-io.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libbrasero-utils/brasero-io.c b/libbrasero-utils/brasero-io.c
index 90ff491..16240b4 100644
--- a/libbrasero-utils/brasero-io.c
+++ b/libbrasero-utils/brasero-io.c
@@ -369,11 +369,11 @@ brasero_io_return_result_idle (gpointer callback_data)
g_object_ref (base->object);
if (result->uri || result->info || result->error)
- result->base->callback (base->object,
- result->error,
- result->uri,
- result->info,
- data? data->callback_data:NULL);
+ base->callback (base->object,
+ result->error,
+ result->uri,
+ result->info,
+ data? data->callback_data:NULL);
/* call destroy () for callback data */
brasero_io_unref_result_callback_data (data,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]