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

List:       kde-commits
Subject:    KDE/kdeexamples/plasma/javascript/plasmoids/script-nowplaying/contents/code
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2010-02-12 19:26:59
Message-ID: 1266002819.130351.5790.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1089251 by aseigo:

dataUpdated


 M  +1 -1      main.js  


--- trunk/KDE/kdeexamples/plasma/javascript/plasmoids/script-nowplaying/contents/code/main.js \
#1089250:1089251 @@ -4,7 +4,7 @@
 controller = service("nowplaying", watchingPlayer);
 
 // define a few functions
-plasmoid.dataUpdate = function(a, b)
+plasmoid.dataUpdated = function(a, b)
 {
     label.text = "Playing " + b.Title + " by " + b.Artist + ". time: " +
                  Math.floor(b.Position/60) + ":" + (parseInt(b.Position)%60);


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

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