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

List:       kde-commits
Subject:    KDE/kdemultimedia/phonon-xine
From:       Matthias Kretz <kretz () kde ! org>
Date:       2007-06-11 17:01:08
Message-ID: 1181581268.133136.24408.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 674067 by mkretz:

document which arg is the icon name and make the name explicit for jackd and arts

 M  +3 -3      xineengine.cpp  


--- trunk/KDE/kdemultimedia/phonon-xine/xineengine.cpp #674066:674067
@@ -408,16 +408,16 @@
                                 "<p>JACK was designed from the ground up for professional audio "
                                 "work, and its design focuses on two key areas: synchronous "
                                 "execution of all clients, and low latency operation.</p>"),
-                            outputPlugins[i], outputPlugins[i], QStringList());
+                            /*icon name*/"jackd", outputPlugins[i], QStringList());
                 } else if (0 == strcmp(outputPlugins[i], "arts")) {
                     addAudioOutput(nextIndex++, i18n("aRts"),
                             i18n("<p>aRts is the old soundserver and media framework that was used "
                                 "in KDE2 and KDE3. Its use is discuraged.</p>"),
-                            outputPlugins[i], outputPlugins[i], QStringList());
+                            /*icon name*/"arts", outputPlugins[i], QStringList());
                 } else {
                     addAudioOutput(nextIndex++, outputPlugins[i],
                             xine_get_audio_driver_plugin_description(xine(), outputPlugins[i]),
-                            outputPlugins[i], outputPlugins[i], QStringList());
+                            /*icon name*/outputPlugins[i], outputPlugins[i], QStringList());
                 }
             }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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