graveman-cvs
[Top][All Lists]
Advanced

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

[Graveman-cvs] Changes to graveman/current/src/callbacks.c


From: sylvain cresto
Subject: [Graveman-cvs] Changes to graveman/current/src/callbacks.c
Date: Sun, 27 Feb 2005 20:28:12 -0500

Index: graveman/current/src/callbacks.c
diff -u graveman/current/src/callbacks.c:1.26 
graveman/current/src/callbacks.c:1.27
--- graveman/current/src/callbacks.c:1.26       Sun Feb 27 15:45:42 2005
+++ graveman/current/src/callbacks.c    Mon Feb 28 01:28:09 2005
@@ -969,9 +969,14 @@
 {
   Tgrave *Lg = (Tgrave *)Adata;
   GtkWidget *Lwindow1 = GTK_WIDGET(sc_grave_get_widget(Lg, "topwindow"));
-  Tgrave *Ldialoghash = create_dialog_confirm_operation(Lwindow1, _("Do you 
really want to erase the CD-RW ?"),
+  Tgrave *Ldialoghash;
+  GtkWidget *Lconfirm;
+
+  if (waiting_for_user(Lg, _MEDIA_CDRW, "dstothercombo", _MEDIA_NONE, 
NULL)==FALSE) return;
+
+  Ldialoghash = create_dialog_confirm_operation(Lwindow1, _("Do you really 
want to erase the CD-RW ?"),
         _("_Fast blank disk when erasing CD-RW"), 
conf_get_boolean("fastblank"));
-  GtkWidget *Lconfirm = sc_grave_get_data(Ldialoghash, "window");
+  Lconfirm = sc_grave_get_data(Ldialoghash, "window");
 
   /* confirmation debut de l'operation */ 
   if (gtk_dialog_run(GTK_DIALOG(Lconfirm)) == GTK_RESPONSE_YES) {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]