]> git.sesse.net Git - vlc/commitdiff
* modules/gui/macosx/prefs.m:
authorDerk-Jan Hartman <hartman@videolan.org>
Fri, 9 May 2003 01:19:43 +0000 (01:19 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Fri, 9 May 2003 01:19:43 +0000 (01:19 +0000)
  - possibly fixed a crash situation when clicking the OK button (not sure though)
* modules/gui/macosx/macosx.m:
  - made the transparency option an advanced option.

modules/gui/macosx/macosx.m
modules/gui/macosx/prefs.m

index ba9f14c365abf4c5fbbc09236613aa665678ecef..72f5d562466f1921a747ae3785557b7e3700b9d3 100644 (file)
@@ -2,7 +2,7 @@
  * macosx.m: MacOS X plugin for vlc
  *****************************************************************************
  * Copyright (C) 2001-2003 VideoLAN
- * $Id: macosx.m,v 1.8 2003/05/01 01:11:17 hartman Exp $
+ * $Id: macosx.m,v 1.9 2003/05/09 01:19:43 hartman Exp $
  *
  * Authors: Colin Delacroix <colin@zoy.org>
  *          Eugenio Jarosiewicz <ej0@cise.ufl.edu>
@@ -65,7 +65,7 @@ vlc_module_begin();
         set_callbacks( E_(OpenVideo), E_(CloseVideo) );
         add_category_hint( N_("Video"), NULL, VLC_FALSE );
         add_integer( "macosx-vdev", 0, NULL, VDEV_TEXT, VDEV_TEXT, VLC_FALSE );
-        add_float( "macosx-opaqueness", 1, NULL, OPAQUENESS_TEXT, OPAQUENESS_LONGTEXT, VLC_FALSE );
+        add_float( "macosx-opaqueness", 1, NULL, OPAQUENESS_TEXT, OPAQUENESS_LONGTEXT, VLC_TRUE );
         add_bool( "macosx-float", 0, NULL, FLOAT_TEXT, FLOAT_LONGTEXT, VLC_FALSE );
 vlc_module_end();
 
index 9e586683a4012812b42ebe7f4f79d1aac5bc6727..196f3fd8fd42ddf6b1b8af9454fe75fa099477f2 100644 (file)
@@ -2,7 +2,7 @@
  * prefs.m: MacOS X plugin for vlc
  *****************************************************************************
  * Copyright (C) 2002-2003 VideoLAN
- * $Id: prefs.m,v 1.19 2003/05/09 00:58:24 titer Exp $
+ * $Id: prefs.m,v 1.20 2003/05/09 01:19:43 hartman Exp $
  *
  * Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
  *
             }
         }
     
-        [o_prefs removeAllObjects];
-    
         config_SaveConfigFile( p_intf, NULL );
     }
     if( [[sender title] isEqualToString: _NS("Advanced")] )