[brasero] make the Clear project button work again
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Subject: [brasero] make the Clear project button work again
- Date: Sun, 21 Jun 2009 17:08:03 -0400 (EDT)
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]