diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-20 00:46:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-20 00:46:22 +0000 |
commit | ebb2160106e5ed2bb898709aea1b2ad8e1c96ec1 (patch) | |
tree | 24b6e4786c781d3aa2fe849fc70524b2fba329df /Master/texmf-dist/tex/latex | |
parent | 7b3ebe27f6e5be8691c161b77423bbae2ce2e614 (diff) |
movie15 update
git-svn-id: svn://tug.org/texlive/trunk@3608 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/movie15/movie15.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/movie15/movie15.sty b/Master/texmf-dist/tex/latex/movie15/movie15.sty index cd69dd938d9..ecee01305cd 100644 --- a/Master/texmf-dist/tex/latex/movie15/movie15.sty +++ b/Master/texmf-dist/tex/latex/movie15/movie15.sty @@ -9,7 +9,7 @@ % \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{movie15}[2007/01/12] +\ProvidesPackage{movie15}[2007/01/17] \RequirePackage{keyval} \RequirePackage{ifthen} \RequirePackage{ifpdf} @@ -1797,7 +1797,7 @@ %insert whitespace instead of annot \phantom{\vrule width \@MXV@width height \@MXV@height depth \@MXV@depth}% }{% - \ifthenelse{\NOT\boolean{@MXV@url}\AND\NOT\boolean{@MXV@inline}}{% + \ifthenelse{\NOT\boolean{@MXV@url}\AND\boolean{@MXV@inline}}{% \IfFileExists{#4}{}{% \PackageError{movie15}{% File `#4' cannot be opened for embedding.\MessageBreak |