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

List:       kde-commits
Subject:    KDE/kdemultimedia/noatun/modules/splitplaylist
From:       Stefan Gehn <mETz81 () web ! de>
Date:       2007-01-25 20:24:44
Message-ID: 1169756684.493049.13863.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 627146 by metz:

- connect to right signal for randomizing the playlist


 M  +2 -3      view.cpp  


--- trunk/KDE/kdemultimedia/noatun/modules/splitplaylist/view.cpp #627145:627146
@@ -499,7 +499,7 @@
 	}
 	else
 	{
-		KMessageBox::error( this, i18n("Could not write to %1.",url.prettyUrl()) );
+		KMessageBox::error(this, i18n("Could not write to %1.", url.prettyUrl()));
 		return false;
 	}
 }
@@ -731,8 +731,7 @@
 	actionCollection()->addAction("shuffle", shuf);
 	shuf->setText(i18n("Shuffle"));
 	shuf->setIcon(KIcon("misc"));
-	connect(shuf, SIGNAL(triggered(Qt::MouseButtons,Qt::KeyboardModifiers)),
-		this, SLOT(randomize()));
+	connect(shuf, SIGNAL(triggered()), SPL, SLOT(randomize()));
 
 	KAction *clr = new KAction(actionCollection());
 	actionCollection()->addAction("clear", clr);
[prev in list] [next in list] [prev in thread] [next in thread] 

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