[Demudi-commits] r1225 - rosegarden/trunk/debian/patches

Mike O'Connor stew-guest at alioth.debian.org
Sat Apr 21 03:53:37 UTC 2007


Author: stew-guest
Date: 2007-04-21 03:53:36 +0000 (Sat, 21 Apr 2007)
New Revision: 1225

Modified:
   rosegarden/trunk/debian/patches/10-x-www-browser.dpatch
Log:
oopsie in previous fix

Modified: rosegarden/trunk/debian/patches/10-x-www-browser.dpatch
===================================================================
--- rosegarden/trunk/debian/patches/10-x-www-browser.dpatch	2007-04-20 23:22:01 UTC (rev 1224)
+++ rosegarden/trunk/debian/patches/10-x-www-browser.dpatch	2007-04-21 03:53:36 UTC (rev 1225)
@@ -14,7 +14,7 @@
  {
 -    QString tutorialURL = i18n("http://rosegarden.sourceforge.net/tutorial/en/chapter-0.html");
 -    kapp->invokeBrowser(tutorialURL);
-+    QString exe = findExe( "x-www-browser" );
++    QString exe = KStandardDirs::findExe( "x-www-browser" );
 +
 +    if( exe )
 +    {
@@ -38,7 +38,7 @@
  {
 -    QString glURL = i18n("http://rosegarden.sourceforge.net/tutorial/bug-guidelines.html");
 -    kapp->invokeBrowser(glURL);
-+    QString exe = findExe( "x-www-browser" );
++    QString exe = KStandardDirs::findExe( "x-www-browser" );
 +
 +    if( exe )
 +    {




More information about the Demudi-commits mailing list