brasero r1043 - in trunk: . src



Author: philippr
Date: Mon Aug  4 07:17:27 2008
New Revision: 1043
URL: http://svn.gnome.org/viewvc/brasero?rev=1043&view=rev

Log:
	Fixed a warning that could have lead to a crash

	* src/brasero-burn-dialog.c (brasero_burn_dialog_insert_disc_cb):
	* src/brasero-marshal.list:

Modified:
   trunk/ChangeLog
   trunk/src/brasero-burn-dialog.c
   trunk/src/brasero-marshal.list

Modified: trunk/src/brasero-burn-dialog.c
==============================================================================
--- trunk/src/brasero-burn-dialog.c	(original)
+++ trunk/src/brasero-burn-dialog.c	Mon Aug  4 07:17:27 2008
@@ -562,7 +562,6 @@
 	/* see if we should update the infos */
 	medium = brasero_burn_session_get_src_medium (dialog->priv->session);
 	if (dialog->priv->input.type == BRASERO_TRACK_TYPE_DISC) {
-		BraseroMedium *medium;
 		BraseroDrive *src;
 
 		/* see if the drive is the source */

Modified: trunk/src/brasero-marshal.list
==============================================================================
--- trunk/src/brasero-marshal.list	(original)
+++ trunk/src/brasero-marshal.list	Mon Aug  4 07:17:27 2008
@@ -11,3 +11,4 @@
 VOID:DOUBLE,DOUBLE,LONG
 INT:OBJECT,INT,INT
 BOOLEAN:STRING
+VOID:OBJECT,BOOLEAN



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]