Changeset ad730d0597788b7035f9cfd9773a324c9f3f59fb

Show
Ignore:
Timestamp:
07/08/05 19:58:39 (3 years ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1123437519 +0000
git-parent:

[509ed543963645d4e73b1d4290ccd612477f8cca]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1123437519 +0000
Message:

* whoops

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    r509ed54 rad730d0  
    582582        cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \ 
    583583              $(top_builddir)/VLC-release.app;; \ 
    584       *darwin8*) cd $(top_builddir)/tmp/extras/Default/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \ 
     584      *darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \ 
    585585        cd ../../../; \ 
    586         cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \ 
     586        cp -r $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \ 
    587587              $(top_builddir)/VLC-release.app;; \ 
    588588    esac 
     
    696696        cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \ 
    697697              $(top_builddir)/VLC.app;; \ 
    698       *darwin8*) cd $(top_builddir)/tmp/extras/Default/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \ 
     698      *darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \ 
    699699        cd ../../../; \ 
    700         cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \ 
     700        cp -r $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \ 
    701701              $(top_builddir)/VLC.app;; \ 
    702702    esac 
  • modules/gui/macosx/intf.m

    r509ed54 rad730d0  
    14851485- (IBAction)showExtended:(id)sender 
    14861486{ 
    1487     /* we need the wizard-nib for the bookmarks's extract functionality */ 
    1488     if (!nib_wizard_loaded) 
    1489     { 
    1490         nib_wizard_loaded = [NSBundle loadNibNamed:@"Wizard" owner:self]; 
    1491     } 
    1492  
    14931487    if (!nib_extended_loaded) 
    14941488    { 
     
    15031497- (IBAction)showBookmarks:(id)sender 
    15041498{ 
     1499    /* we need the wizard-nib for the bookmarks's extract functionality */ 
     1500    if (!nib_wizard_loaded) 
     1501    { 
     1502        nib_wizard_loaded = [NSBundle loadNibNamed:@"Wizard" owner:self]; 
     1503    } 
     1504     
    15051505    if (!nib_bookmarks_loaded) 
    15061506    {