[brasero/gnome-2-30] Do not use int value in a g_signal_emit when a long is expected
- From: Philippe Rouquier <philippr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [brasero/gnome-2-30] Do not use int value in a g_signal_emit when a long is expected
- Date: Fri, 21 May 2010 09:34:02 +0000 (UTC)
commit 30b4c9848376fa4196c3151807cbc6e48485817f
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Fri May 21 13:27:33 2010 +0200
Do not use int value in a g_signal_emit when a long is expected
libbrasero-burn/brasero-burn.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libbrasero-burn/brasero-burn.c b/libbrasero-burn/brasero-burn.c
index 46e0173..3235f60 100644
--- a/libbrasero-burn/brasero-burn.c
+++ b/libbrasero-burn/brasero-burn.c
@@ -1346,7 +1346,7 @@ start:
0,
1.0,
1.0,
- -1);
+ -1L);
}
return BRASERO_BURN_OK;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]