/[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.10 by scresto, Thu Feb 3 03:20:34 2005 UTC revision 1.11 by scresto, Sat Feb 5 17:08:08 2005 UTC
# Line 960  void confirm_erasecdrw(GtkWidget *Abtn, Line 960  void confirm_erasecdrw(GtkWidget *Abtn,
960    
961    /* confirmation debut de l'operation */    /* confirmation debut de l'operation */
962    if (gtk_dialog_run(GTK_DIALOG(Lconfirm)) == GTK_RESPONSE_YES) {    if (gtk_dialog_run(GTK_DIALOG(Lconfirm)) == GTK_RESPONSE_YES) {
963      gboolean Lusefastblank = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(g_hash_table_lookup(Ldialoghash, "fastblank")));      gboolean Lusefastblank = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(g_hash_table_lookup(Ldialoghash, "checkbox")));
964      gtk_widget_destroy(Lconfirm);      gtk_widget_destroy(Lconfirm);
965            
966      g_hash_table_insert(Lhash, "usefastblank", &Lusefastblank);      g_hash_table_insert(Lhash, "usefastblank", &Lusefastblank);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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