brasero r942 - trunk/src



Author: philippr
Date: Wed Jul  2 12:04:34 2008
New Revision: 942
URL: http://svn.gnome.org/viewvc/brasero?rev=942&view=rev

Log:
Removed some leftover

Modified:
   trunk/src/brasero-data-disc.c
   trunk/src/burn-caps.c

Modified: trunk/src/brasero-data-disc.c
==============================================================================
--- trunk/src/brasero-data-disc.c	(original)
+++ trunk/src/brasero-data-disc.c	Wed Jul  2 12:04:34 2008
@@ -468,8 +468,7 @@
 
 	clipboard = gtk_clipboard_get (GDK_SELECTION_CLIPBOARD);
 	gtk_clipboard_request_targets (clipboard,
-				       (GtkClipboardTargetsReceivedFunc)
-				       brasero_data_disc_clipboard_targets_cb,
+				       (GtkClipboardTargetsReceivedFunc) brasero_data_disc_clipboard_targets_cb,
 				       data);
 }
 

Modified: trunk/src/burn-caps.c
==============================================================================
--- trunk/src/burn-caps.c	(original)
+++ trunk/src/burn-caps.c	Wed Jul  2 12:04:34 2008
@@ -2121,7 +2121,6 @@
 			/* see if that link can handle the record flags.
 			 * NOTE: compulsory are not a failure in this case. */
 			tmp = session_flags & BRASERO_PLUGIN_BURN_FLAG_MASK;
-			g_print ("MAAKKS  %i %i\n", tmp, rec_supported);
 			if ((tmp & rec_supported) != tmp)
 				continue;
 		}



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