From: Derk-Jan Hartman Date: Wed, 5 Feb 2003 22:48:13 +0000 (+0000) Subject: * Changed the wrong property in my recent commit. FIXED X-Git-Tag: 0.5.1~120 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3c7bd39ba7f776616fbdb1bae5ae5cdbe789bd8b;p=vlc * Changed the wrong property in my recent commit. FIXED --- diff --git a/modules/gui/macosx/open.m b/modules/gui/macosx/open.m index 5c47159b4f..6b99d5b76d 100644 --- a/modules/gui/macosx/open.m +++ b/modules/gui/macosx/open.m @@ -2,7 +2,7 @@ * open.m: MacOS X plugin for vlc ***************************************************************************** * Copyright (C) 2002 VideoLAN - * $Id: open.m,v 1.20 2003/02/05 14:58:15 hartman Exp $ + * $Id: open.m,v 1.21 2003/02/05 22:48:13 hartman Exp $ * * Authors: Jon Lech Johansen * Christophe Massiot @@ -286,9 +286,9 @@ NSArray *GetEjectableMediaOfClass( const char *psz_class ) int i_result; [o_tabview selectTabViewItemAtIndex: i_type]; - [o_ckbox_enqueue setState: NSOffState]; + [o_ckbox_enqueue setState: NSOnState]; [o_file_sub_path setStringValue: @""]; - [o_file_sub_ckbox setState: NSOnState]; + [o_file_sub_ckbox setState: NSOffState]; [o_file_sub_path setEnabled: NO]; [o_file_sub_btn_browse setEnabled: NO];