[mythtv] [mythtv-commits] mythtv commit: r17894 by nigel

Paul Harrison mythtv at dsl.pipex.com
Wed Jul 23 17:40:43 UTC 2008


mythtv at cvs.mythtv.org wrote:
>       Author: nigel
>         Date: 2008-07-22 23:59:58 +0000 (Tue, 22 Jul 2008)
> New Revision: 17894
>    Changeset: http://cvs.mythtv.org/trac/changeset/17894
>
> Modified:
>
>    trunk/mythtv/libs/libmythui/AppleRemote.cpp
>    trunk/mythtv/libs/libmythui/AppleRemote.h
>    trunk/mythtv/libs/libmythui/mythmainwindow.cpp
>
> Log:
>
> Delete AppleRemote stuff cleanly after window deletion.
>
>   

Not sure if there is a cut and paste error in this commit?

if (e->type() == QEvent::WindowDeactivate)
    d->appleRemote->startListening();

Should that not be stopListening()?

Paul H.


More information about the mythtv-dev mailing list