Changes: Corrected misbehaving pixelchanged application

RevBy:Juha Lintula
pull/1/head
Olli Leppanen 15 years ago
parent bcd260fca8
commit b4a7a64ace

6
debian/changelog vendored

@ -1,3 +1,9 @@
applauncherd (0.27.0) unstable; urgency=low
* Changes: Fixed misbehaving pixelchanged application
-- Olli Leppanen <olli.leppanen@nokia.com> Fri, 08 Apr 2011 15:08:24 +0300
applauncherd (0.26.0) stable; urgency=low
* Fixes: NB#240051 - applauncherd-launcher: please remove requests of DRM related token

@ -271,7 +271,7 @@ int main(int argc, char **argv)
if (
pixel2_x != -1 &&
((!pixel_value_defined && pixel2 != previous_pixel)
((!pixel_value_defined && pixel2 != previous_pixel2)
|| (pixel_value_defined && pixel2 == pixel_value)) ) {
snprintf(txtbuffer, 80, "pixel2 changed to value 0x%lx", pixel2);
timestamp(txtbuffer);

Loading…
Cancel
Save