[Mplayer-cvslog] CVS: main/Gui/mplayer/gtk opts.c,1.23,1.24

Zoltan Ponekker pontscho at mplayerhq.hu
Thu Oct 10 14:47:55 CEST 2002


Update of /cvsroot/mplayer/main/Gui/mplayer/gtk
In directory mail:/var/tmp.root/cvs-serv32305

Modified Files:
	opts.c 
Log Message:
last flip bug fixed

Index: opts.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/opts.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- opts.c	2 Oct 2002 13:16:15 -0000	1.23
+++ opts.c	10 Oct 2002 12:47:33 -0000	1.24
@@ -431,7 +431,8 @@
 	if ( gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( CBFramedrop ) ) == TRUE ) frame_dropping=1;
 	if ( gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( CBHFramedrop ) ) == TRUE ) frame_dropping=2;
 
-	flip=gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( CBFlip ) );
+	flip=-1;
+	if ( gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( CBFlip ) ) ) flip=1;
 	
 	// -- 3. page
 	gtkSet( gtkSetSubAuto,!gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON( CBNoAutoSub ) ),NULL );




More information about the MPlayer-cvslog mailing list