[brasero] make the Clear project button work again



commit eafca4dd17113b30f36f37bac7791b06d13e56f2
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Sun Jun 21 13:35:24 2009 +0200

    make the Clear project button work again

 src/brasero-project.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/brasero-project.c b/src/brasero-project.c
index 37da45c..aef985a 100644
--- a/src/brasero-project.c
+++ b/src/brasero-project.c
@@ -2037,7 +2037,7 @@ brasero_project_empty_cb (GtkAction *action, BraseroProject *project)
 			return;
 	}
 
-	if (brasero_disc_clear (BRASERO_DISC (project->priv->current)))
+	if (!brasero_disc_clear (BRASERO_DISC (project->priv->current)))
 		brasero_burn_session_add_track (BRASERO_BURN_SESSION (project->priv->session), NULL, NULL);
 }
 



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