brasero r1932 - in trunk: . src



Author: philippr
Date: Tue Feb 17 05:32:38 2009
New Revision: 1932
URL: http://svn.gnome.org/viewvc/brasero?rev=1932&view=rev

Log:
2009-02-17  Philippe Rouquier  <ykw localhost localdomain>

	Post release build fix when building without totem-pl-parser

	* src/main.c (brasero_app_open_project):

Modified:
   trunk/ChangeLog
   trunk/src/main.c

Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c	(original)
+++ trunk/src/main.c	Tue Feb 17 05:32:38 2009
@@ -286,9 +286,14 @@
 	uri = g_file_get_uri (file);
 	g_object_unref (file);
 
+#ifdef BUILD_PLAYLIST
+
 	if (playlist)
 		type = brasero_project_open_audio_playlist_project (uri, &track, TRUE);
 	else
+
+#endif
+		
 		type = brasero_project_open_project_xml (uri, &track, TRUE);
 
 	if (type == BRASERO_PROJECT_TYPE_INVALID)



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