[brasero] Reverse the returned values from the dialog as they were wrong
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Reverse the returned values from the dialog as they were wrong
- Date: Mon, 31 Aug 2009 19:16:18 +0000 (UTC)
commit 5c0601edb53a128e84427adfee1b5298a0d46ce1
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Mon Aug 31 21:05:08 2009 +0200
Reverse the returned values from the dialog as they were wrong
src/brasero-audio-disc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/brasero-audio-disc.c b/src/brasero-audio-disc.c
index a3f46dc..ea370f7 100644
--- a/src/brasero-audio-disc.c
+++ b/src/brasero-audio-disc.c
@@ -661,7 +661,7 @@ brasero_audio_disc_video_file_dialog (BraseroAudioDisc *disc,
answer = gtk_dialog_run (GTK_DIALOG (dialog));
gtk_widget_destroy (dialog);
- return (answer == GTK_RESPONSE_OK);
+ return (answer != GTK_RESPONSE_OK);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]