[vlc-devel] commit: skins: typo (Pierre Ynard )
git version control
git at videolan.org
Fri Jul 10 02:11:45 CEST 2009
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Fri Jul 10 02:09:25 2009 +0200| [a7b45ce83aa89e9ad96282b635c298cf382a8f61] | committer: Pierre Ynard
skins: typo
p_playlist() -> p_playlist ???
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a7b45ce83aa89e9ad96282b635c298cf382a8f61
---
modules/gui/skins2/vars/volume.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/skins2/vars/volume.cpp b/modules/gui/skins2/vars/volume.cpp
index e151bf6..a3d573f 100644
--- a/modules/gui/skins2/vars/volume.cpp
+++ b/modules/gui/skins2/vars/volume.cpp
@@ -49,7 +49,7 @@ void Volume::set( float percentage )
{
VarPercent::set( percentage );
- aout_VolumeSet( getIntf()->p_sys->p_playlist(),
+ aout_VolumeSet( getIntf()->p_sys->p_playlist,
(int)(get() * AOUT_VOLUME_MAX / 2.0) );
}
}
More information about the vlc-devel
mailing list