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

List:       kde-multimedia
Subject:    Fix for a bug in KSCD, patch attached
From:       Duncan Mac-Vicar Prett <duncan () kde ! org>
Date:       2002-03-20 4:22:00
[Download RAW message or body]

In kscd if you are in the FreeDB dialog, the track you select for editing 
makes kscd play track+1... this patch fixes that

My first patch to KDE since Im developing for it. ( /me happy)
And the most trivial patch you will see in your life :-)

Regards
Duncan Mac-Vicar P.
duncan@kde.org

www.kdedevelopers.net/kopete

["kscd.patch" (text/x-diff)]

Index: CDDialog.cpp
===================================================================
RCS file: /home/kde/kdemultimedia/kscd/CDDialog.cpp,v
retrieving revision 1.55
diff -u -3 -d -p -u -p -r1.55 CDDialog.cpp
--- CDDialog.cpp	2002/02/26 09:47:12	1.55
+++ CDDialog.cpp	2002/03/20 05:07:26
@@ -125,7 +125,7 @@ CDDialog::cancel()
 void 
 CDDialog::play(QListViewItem *item)
 {
-  emit play_signal(item->text(0).toInt());
+  emit play_signal(item->text(0).toInt() - 1);
 } // play
 
 

_______________________________________________
kde-multimedia mailing list
kde-multimedia@mail.kde.org
http://mail.kde.org/mailman/listinfo/kde-multimedia

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

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