[brasero] Remove some choices (in dialogs) that applied to one file only and could be re-asked again and again



commit 946e1d90eb450a69c9529e9fe8e46ca978cde23f
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Mon Nov 9 21:16:56 2009 +0100

    Remove some choices (in dialogs) that applied to one file only and could be re-asked again and again

 libbrasero-burn/brasero-status-dialog.c |    2 --
 src/brasero-data-disc.c                 |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/libbrasero-burn/brasero-status-dialog.c b/libbrasero-burn/brasero-status-dialog.c
index 0b94aa4..f0480c3 100644
--- a/libbrasero-burn/brasero-status-dialog.c
+++ b/libbrasero-burn/brasero-status-dialog.c
@@ -215,8 +215,6 @@ brasero_status_dialog_deep_directory_cb (BraseroTrackDataCfg *project,
 						    "\nNote: Such a file hierarchy is known to work on Linux."));
 
 	gtk_dialog_add_button (GTK_DIALOG (message), _("Ne_ver Add Such File"), GTK_RESPONSE_REJECT);
-	gtk_dialog_add_button (GTK_DIALOG (message), GTK_STOCK_CANCEL, GTK_RESPONSE_NO);
-	gtk_dialog_add_button (GTK_DIALOG (message), _("_Add File"), GTK_RESPONSE_YES);
 	gtk_dialog_add_button (GTK_DIALOG (message), _("Al_ways Add Such File"), GTK_RESPONSE_ACCEPT);
 
 	answer = gtk_dialog_run (GTK_DIALOG (message));
diff --git a/src/brasero-data-disc.c b/src/brasero-data-disc.c
index 1426b96..778e91f 100644
--- a/src/brasero-data-disc.c
+++ b/src/brasero-data-disc.c
@@ -896,8 +896,6 @@ brasero_data_disc_deep_directory_cb (BraseroTrackDataCfg *project,
 						    "\nNote: Such a file hierarchy is known to work on Linux."));
 
 	gtk_dialog_add_button (GTK_DIALOG (dialog), _("Ne_ver Add Such File"), GTK_RESPONSE_REJECT);
-	gtk_dialog_add_button (GTK_DIALOG (dialog), GTK_STOCK_CANCEL, GTK_RESPONSE_NO);
-	gtk_dialog_add_button (GTK_DIALOG (dialog), _("_Add File"), GTK_RESPONSE_YES);
 	gtk_dialog_add_button (GTK_DIALOG (dialog), _("Al_ways Add Such File"), GTK_RESPONSE_ACCEPT);
 
 	gtk_widget_show_all (dialog);



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