brasero r1130 - in trunk: . src



Author: philippr
Date: Wed Aug 20 12:26:57 2008
New Revision: 1130
URL: http://svn.gnome.org/viewvc/brasero?rev=1130&view=rev

Log:
	Fix for #538978 â copy CD/DVD button disabled in Brasero
	Comment #17 (original bug report)

	* src/brasero-dest-selection.c
	(brasero_dest_selection_source_changed):

Modified:
   trunk/ChangeLog
   trunk/src/brasero-dest-selection.c

Modified: trunk/src/brasero-dest-selection.c
==============================================================================
--- trunk/src/brasero-dest-selection.c	(original)
+++ trunk/src/brasero-dest-selection.c	Wed Aug 20 12:26:57 2008
@@ -1236,12 +1236,11 @@
 		if (brasero_burn_session_get_output (priv->session, NULL, NULL, NULL) != BRASERO_BURN_OK)
 			brasero_dest_selection_set_image_properties (self);
 
-		return;
+		/* carry on with the next function that'll check if we have a
+		 * valid source medium and put the burn button in the right 
+		 * state */
 	}
 
-	/* NOTE: that can't happen if we are going to write to an image since
-	 * that would mean we are changing the image format (something we don't
-	 * do). So it has to be when we write to a drive */
 	brasero_dest_selection_set_drive_properties (self);
 }
 



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