brasero r1661 - in trunk: . src



Author: philippr
Date: Fri Dec 26 20:01:40 2008
New Revision: 1661
URL: http://svn.gnome.org/viewvc/brasero?rev=1661&view=rev

Log:
2008-12-26  Philippe Rouquier  <ykw localhost localdomain>

	Make sure the BraseroBurnSession register the VCD types corresponding
	to the default button clicked in option dialog.

	* src/brasero-disc-option-dialog.c
	(brasero_disc_option_dialog_add_video_options):


Modified:
   trunk/ChangeLog
   trunk/src/brasero-disc-option-dialog.c

Modified: trunk/src/brasero-disc-option-dialog.c
==============================================================================
--- trunk/src/brasero-disc-option-dialog.c	(original)
+++ trunk/src/brasero-disc-option-dialog.c	Fri Dec 26 20:01:40 2008
@@ -742,6 +742,9 @@
 	brasero_disc_option_dialog_update_video (dialog);
 
 	priv->video_options = widget;
+
+	/* Just to make sure our tags are correct in BraseroBurnSession */
+	gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (priv->vcd_button), TRUE);
 }
 
 void



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