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

Alex Beregszaszi alex at mplayerhq.hu
Sat Aug 31 15:29:44 CEST 2002


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

Modified Files:
	opts.c 
Log Message:
fix flip handling bug

Index: opts.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/opts.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- opts.c	31 Aug 2002 09:52:43 -0000	1.14
+++ opts.c	31 Aug 2002 13:29:26 -0000	1.15
@@ -190,7 +190,8 @@
    case 1: gtk_toggle_button_set_active( GTK_TOGGLE_BUTTON( CBFramedrop ),TRUE );
   }
 
- gtk_toggle_button_set_active( GTK_TOGGLE_BUTTON( CBFlip ),flip );
+ if (flip != -1)
+    gtk_toggle_button_set_active( GTK_TOGGLE_BUTTON( CBFlip ),flip );
  gtk_adjustment_set_value( HSPanscanadj,vo_panscan );
  {
   int i = 0, c = 0;




More information about the MPlayer-cvslog mailing list