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

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

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

revision 1.27 by scresto, Sun Feb 20 17:45:02 2005 UTC revision 1.28 by scresto, Mon Feb 21 01:25:28 2005 UTC
# Line 607  Tgrave *manage_main_window (guint64 *Aau Line 607  Tgrave *manage_main_window (guint64 *Aau
607    Lmainbody = GTK_HBOX(sc_grave_get_widget(Lg, "mainbody"));    Lmainbody = GTK_HBOX(sc_grave_get_widget(Lg, "mainbody"));
608    Lwindow = GTK_WIDGET(sc_grave_get_widget(Lg, "topwindow"));    Lwindow = GTK_WIDGET(sc_grave_get_widget(Lg, "topwindow"));
609    
610      sc_grave_set_data(Lg, Lwindow, "window");
611    sc_grave_set_data(Lg, Aaudiolen, "audiolen");    sc_grave_set_data(Lg, Aaudiolen, "audiolen");
612    sc_grave_set_data(Lg, Aaudiomaxlen, "audiomaxlen");    sc_grave_set_data(Lg, Aaudiomaxlen, "audiomaxlen");
613    sc_grave_set_data(Lg, Adatasize, "datasize");    sc_grave_set_data(Lg, Adatasize, "datasize");
# Line 683  Tgrave *manage_main_window (guint64 *Aau Line 684  Tgrave *manage_main_window (guint64 *Aau
684    prepare_combobox_graveur(Lg, "dstother");    prepare_combobox_graveur(Lg, "dstother");
685    prepare_disable_when(Lg, "dstothercombo_notcdrw", "btnerasecdrwother1", NULL);    prepare_disable_when(Lg, "dstothercombo_notcdrw", "btnerasecdrwother1", NULL);
686    prepare_disable_when(Lg, "dstothercombo_notdvdrw", "btnformatdvdrwother1", NULL);    prepare_disable_when(Lg, "dstothercombo_notdvdrw", "btnformatdvdrwother1", NULL);
687    
688      /* checkbox continuer un cd multi session, on ne permet dans ce cas pas de faire
689       * plusieurs copie a la suite */
690      g_signal_connect(G_OBJECT(sc_grave_get_widget(Lg, "datamulti")), "toggled", G_CALLBACK(change_datamulti), Lg);
691    
692        
693    /* on rempli les autres combo */    /* on rempli les autres combo */
694    remplirecombo(GTK_COMBO_BOX(sc_grave_get_widget(Lg, "dataformat")), "", Gformatcd,    remplirecombo(GTK_COMBO_BOX(sc_grave_get_widget(Lg, "dataformat")), "", Gformatcd,

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

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