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

List:       kde-commits
Subject:    branches/KDE/3.4/kdemultimedia/kmix
From:       Christian Esken <esken () kde ! org>
Date:       2005-07-23 9:40:20
Message-ID: 1122111620.692823.13274.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 437847 by esken:

Hide 'select master channel' if there is no Mixer avaliable

 M  +2 -0      kmixdockwidget.cpp  
 M  +1 -1      version.h  


--- branches/KDE/3.4/kdemultimedia/kmix/kmixdockwidget.cpp #437846:437847
@@ -86,10 +86,12 @@
   if ( a ) a->plug( popupMenu );
 
   // Put "Select Master Channel" dialog in context menu
+  if ( m_mixer != 0 ) {
   (void)new KAction( i18n("Select Channel"), 0, this, SLOT(selectMaster()),
   actionCollection(), "select_master");
   KAction *a2 = actionCollection()->action( "select_master" );
   if (a2) a2->plug( popupMenu );
+  }
 
    // Setup volume preview
   if ( _playBeepOnVolumeChange ) {
--- branches/KDE/3.4/kdemultimedia/kmix/version.h #437846:437847
@@ -18,4 +18,4 @@
  * License along with this program; if not, write to the Free
  * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
-#define APP_VERSION "2.6"
+#define APP_VERSION "2.6.1"
[prev in list] [next in list] [prev in thread] [next in thread] 

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