comparison gui/dialog/preferences.c @ 37176:2208a16cc562

Remove GTK+ and GLib versions 1 relatedness from the GUI. This isn't really a cut-back, because although it seemed that compiling with GTK+ and GLib versions 1 were possible, compiling actually hadn't been possible for quite some time.
author ib
date Mon, 08 Sep 2014 20:17:01 +0000
parents 1236a692d0c6
children
comparison
equal deleted inserted replaced
37175:ba344b4947c5 37176:2208a16cc562
549 if ( !strncmp( ao_driver[0],"oss",3 ) || 549 if ( !strncmp( ao_driver[0],"oss",3 ) ||
550 !strncmp( ao_driver[0],"alsa",4 ) || 550 !strncmp( ao_driver[0],"alsa",4 ) ||
551 !strncmp( ao_driver[0],"esd",3 ) || 551 !strncmp( ao_driver[0],"esd",3 ) ||
552 !strncmp( ao_driver[0],"sdl",3 ) ) 552 !strncmp( ao_driver[0],"sdl",3 ) )
553 gtk_widget_set_sensitive( AConfig,TRUE ); 553 gtk_widget_set_sensitive( AConfig,TRUE );
554 #ifndef CONFIG_GTK2
555 if ( !strncmp( ao_driver[0],"arts",4 ) )
556 gtkMessageBox(MSGBOX_WARNING, MSGTR_GUI_MSG_aRtsBroken);
557 #endif
558 break; 554 break;
559 case 1: // video driver 555 case 1: // video driver
560 gtk_clist_get_text( GTK_CLIST( CLVDrivers ),row,0,(char **)&vo_driver ); 556 gtk_clist_get_text( GTK_CLIST( CLVDrivers ),row,0,(char **)&vo_driver );
561 gtk_widget_set_sensitive( VConfig,FALSE ); 557 gtk_widget_set_sensitive( VConfig,FALSE );
562 #ifdef CONFIG_DXR3 558 #ifdef CONFIG_DXR3