[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/runtime/phonon/xine
From:       Matthias Kretz <kretz () kde ! org>
Date:       2008-01-21 23:37:31
Message-ID: 1200958651.018589.21548.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 764504 by mkretz:

Thanks to Christoph Bartoschek for reporting the missing break statements

 M  +2 -0      mediaobject.cpp  


--- trunk/KDE/kdebase/runtime/phonon/xine/mediaobject.cpp #764503:764504
@@ -552,10 +552,12 @@
         if (m_titles.size() > 1) {
             return true;
         }
+        break;
     case AddonInterface::ChapterInterface:
         if (stream().availableChapters() > 1) {
             return true;
         }
+        break;
     }
     return false;
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic