/[graveman]/graveman/current/src/callbacks.c
ViewVC logotype

Diff of /graveman/current/src/callbacks.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by scresto, Sun Feb 27 15:45:42 2005 UTC revision 1.27 by scresto, Mon Feb 28 01:28:09 2005 UTC
# Line 969  void confirm_erasecdrw(GtkWidget *Abtn, Line 969  void confirm_erasecdrw(GtkWidget *Abtn,
969  {  {
970    Tgrave *Lg = (Tgrave *)Adata;    Tgrave *Lg = (Tgrave *)Adata;
971    GtkWidget *Lwindow1 = GTK_WIDGET(sc_grave_get_widget(Lg, "topwindow"));    GtkWidget *Lwindow1 = GTK_WIDGET(sc_grave_get_widget(Lg, "topwindow"));
972    Tgrave *Ldialoghash = create_dialog_confirm_operation(Lwindow1, _("Do you really want to erase the CD-RW ?"),    Tgrave *Ldialoghash;
973      GtkWidget *Lconfirm;
974    
975      if (waiting_for_user(Lg, _MEDIA_CDRW, "dstothercombo", _MEDIA_NONE, NULL)==FALSE) return;
976    
977      Ldialoghash = create_dialog_confirm_operation(Lwindow1, _("Do you really want to erase the CD-RW ?"),
978          _("_Fast blank disk when erasing CD-RW"), conf_get_boolean("fastblank"));          _("_Fast blank disk when erasing CD-RW"), conf_get_boolean("fastblank"));
979    GtkWidget *Lconfirm = sc_grave_get_data(Ldialoghash, "window");    Lconfirm = sc_grave_get_data(Ldialoghash, "window");
980    
981    /* confirmation debut de l'operation */    /* confirmation debut de l'operation */
982    if (gtk_dialog_run(GTK_DIALOG(Lconfirm)) == GTK_RESPONSE_YES) {    if (gtk_dialog_run(GTK_DIALOG(Lconfirm)) == GTK_RESPONSE_YES) {

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26