]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/timer.cpp
* scaled_bitmap.cpp: better fix than [16273] ...
[vlc] / modules / gui / wxwidgets / timer.cpp
index e8514be145c4c148b88a0d9ac7a4e151f2e55580..4ba69a621b8df9d2e745cb8db91e1266c2f394c2 100644 (file)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************
@@ -98,12 +98,7 @@ void Timer::Notify()
 
     /* Call update */
     p_main_interface->input_manager->Update();
-
-    if( p_main_interface->input_manager->IsPlaying() )
-    {
-        /* Take care of the volume, etc... */
-        p_main_interface->Update();
-    }
+    p_main_interface->Update();
 
     /* Show the interface, if requested */
     if( p_intf->p_sys->b_intf_show )