brasero r1395 - in trunk: . src
- From: philippr svn gnome org
- To: svn-commits-list gnome org
- Subject: brasero r1395 - in trunk: . src
- Date: Sat, 18 Oct 2008 18:20:14 +0000 (UTC)
Author: philippr
Date: Sat Oct 18 18:20:14 2008
New Revision: 1395
URL: http://svn.gnome.org/viewvc/brasero?rev=1395&view=rev
Log:
Remove leftover debug statements
* src/brasero-disc-option-dialog.c
(brasero_disc_option_dialog_load_multi_state),
(brasero_disc_option_dialog_update_multi):
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 Sat Oct 18 18:20:14 2008
@@ -92,11 +92,9 @@
gboolean value;
priv = BRASERO_DISC_OPTION_DIALOG_PRIVATE (dialog);
-g_print ("KKLS\n");
- session = brasero_burn_options_get_session (BRASERO_BURN_OPTIONS (dialog));
+ session = brasero_burn_options_get_session (BRASERO_BURN_OPTIONS (dialog));
if (!brasero_session_cfg_is_supported (BRASERO_SESSION_CFG (session), BRASERO_BURN_FLAG_MULTI)) {
-g_print ("RRKE\n");
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (priv->multi_toggle), FALSE);
gtk_widget_set_sensitive (priv->multi_toggle, FALSE);
g_object_unref (session);
@@ -110,7 +108,7 @@
g_object_unref (session);
return;
}
-g_print ("jlskjd\n");
+
/* set sensitivity */
value = brasero_session_cfg_is_compulsory (BRASERO_SESSION_CFG (session),
BRASERO_BURN_FLAG_MULTI);
@@ -198,7 +196,7 @@
session = brasero_burn_options_get_session (BRASERO_BURN_OPTIONS (dialog));
brasero_burn_session_get_input_type (session, &input);
-g_print ("REACHED\n");
+
/* MULTI and Video projects don't get along */
if (input.type == BRASERO_TRACK_TYPE_DATA
&& (input.subtype.fs_type & BRASERO_IMAGE_FS_VIDEO)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]