Changeset 7b7da74cd7dd379fff604d6048f3a3cee501716c

Show
Ignore:
Timestamp:
02/20/08 17:18:54 (6 months ago)
Author:
Damien Fouilleul <damienf@videolan.org>
git-committer:
Damien Fouilleul <damienf@videolan.org> 1203524334 +0000
git-parent:

[77e3dfff905f1997f84bd3e3230fff4d9c5e1143]

git-author:
Damien Fouilleul <damienf@videolan.org> 1203524334 +0000
Message:

mozilla: fixed name argument in add(url, name, options), thanx to thannoy on IRC

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/mozilla/control/npolibvlc.cpp

    r2e888fd r7b7da74  
    14461446                    else if( NPVARIANT_IS_STRING(args[1]) ) 
    14471447                    { 
    1448                         name = stringValue(NPVARIANT_TO_STRING(args[0])); 
     1448                        name = stringValue(NPVARIANT_TO_STRING(args[1])); 
    14491449                    } 
    14501450                    else