[vlc-devel] commit: skins: typo (Pierre Ynard )
git version control
git at videolan.org
Fri Jul 10 01:17:00 CEST 2009
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Fri Jul 10 01:15:19 2009 +0200| [726d060a41f75351ece378d574f987123357de3e] | committer: Pierre Ynard
skins: typo
aout_TogleMute() -> aout_ToggleMute()
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=726d060a41f75351ece378d574f987123357de3e
---
modules/gui/skins2/commands/cmd_input.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/skins2/commands/cmd_input.cpp b/modules/gui/skins2/commands/cmd_input.cpp
index d44e33d..761bd7c 100644
--- a/modules/gui/skins2/commands/cmd_input.cpp
+++ b/modules/gui/skins2/commands/cmd_input.cpp
@@ -113,7 +113,7 @@ void CmdMute::execute()
{
playlist_t *pPlaylist = getIntf()->p_sys->p_playlist;
- aout_TogleMute( pPlaylist, NULL );
+ aout_ToggleMute( pPlaylist, NULL );
}
More information about the vlc-devel
mailing list