jlec        14/03/27 07:16:01

  Added:                lastfm-desktop-2.1.36-missing-cast.patch
  Log:
  media-sound/lastfm-desktop: Backport patch for missing cast, #494190
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.1                  
media-sound/lastfm-desktop/files/lastfm-desktop-2.1.36-missing-cast.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lastfm-desktop/files/lastfm-desktop-2.1.36-missing-cast.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lastfm-desktop/files/lastfm-desktop-2.1.36-missing-cast.patch?rev=1.1&content-type=text/plain

Index: lastfm-desktop-2.1.36-missing-cast.patch
===================================================================
>From 192b979c57aa0b9a2df4f11ad4851ce4fbf5d38b Mon Sep 17 00:00:00 2001
From: Spiek <[email protected]>
Date: Fri, 27 Dec 2013 13:27:11 +0100
Subject: [PATCH] Fix missing Cast

---
 app/client/Services/RadioService/RadioService.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/client/Services/RadioService/RadioService.cpp 
b/app/client/Services/RadioService/RadioService.cpp
index 05f22c8..10094b6 100644
--- a/app/client/Services/RadioService/RadioService.cpp
+++ b/app/client/Services/RadioService/RadioService.cpp
@@ -307,7 +307,7 @@
 void
 RadioService::onPhononStateChanged( Phonon::State newstate, Phonon::State 
oldstate )
 {
-    qDebug() << oldstate << " -> " << newstate;
+    qDebug() << (int)oldstate << " -> " << (int)newstate;
     if (m_mediaObject == 0) {
         qDebug() << "m_mediaObject is null!";
         return;
-- 
1.8.5.5





Reply via email to