Diff for /np2/x11/gtk2/dialog_config.c between versions 1.2 and 1.4

version 1.2, 2004/07/15 14:24:33 version 1.4, 2005/03/12 12:36:57
Line 12 Line 12
  * 2. Redistributions in binary form must reproduce the above copyright   * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the   *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.   *    documentation and/or other materials provided with the distribution.
  * 3. The name of the author may not be used to endorse or promote products  
  *    derived from this software without specific prior written permission.  
  *   *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR   * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES   * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
Line 474  create_configure_dialog(void) Line 472  create_configure_dialog(void)
         if (np2oscfg.resume) {          if (np2oscfg.resume) {
                 g_signal_emit_by_name(GTK_OBJECT(resume_checkbutton), "clicked");                  g_signal_emit_by_name(GTK_OBJECT(resume_checkbutton), "clicked");
         }          }
   #if defined(CPUCORE_IA32)
           gtk_widget_set_sensitive(resume_checkbutton, FALSE);
   #endif
   
 #if defined(GCC_CPU_ARCH_IA32)  #if defined(GCC_CPU_ARCH_IA32)
         /* Disable MMX */          /* Disable MMX */

Removed from v.1.2  
changed lines
  Added in v.1.4


RetroPC.NET-CVS <cvs@retropc.net>