]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwindows/timer.cpp
* modules/gui/wxwindows/*: don't forget to delete the timer.
[vlc] / modules / gui / wxwindows / timer.cpp
index 1b07d2f7c8d9fe1f3f84e71c1d63ed0ed933b0c1..5ae906441e406d802c9eae01e10bf890a9fa209d 100644 (file)
@@ -2,7 +2,7 @@
  * timer.cpp : wxWindows plugin for vlc
  *****************************************************************************
  * Copyright (C) 2000-2001 VideoLAN
- * $Id: timer.cpp,v 1.32 2003/09/07 22:53:09 fenrir Exp $
+ * $Id: timer.cpp,v 1.33 2003/10/14 22:41:41 gbazin Exp $
  *
  * Authors: Gildas Bazin <gbazin@netcourrier.com>
  *
@@ -113,7 +113,7 @@ void Timer::Notify()
             /* Take care of the volume */
             audio_volume_t i_volume;
             aout_VolumeGet( p_intf, &i_volume );
-            p_main_interface->volctrl->SetValue( i_volume * 200 /
+            p_main_interface->volctrl->SetValue( i_volume * 200 * 2 /
                                                  AOUT_VOLUME_MAX );
             p_main_interface->volctrl->SetToolTip(
                 wxString::Format((wxString)wxU(_("Volume")) + wxT(" %d"),