Public bug reported:

Binary package hint: kdetv

Hello,

I'm running kubuntu 7.10 with kdetv 0.8.9-1 (you can find the sources
here: https://launchpad.net/ubuntu/+source/kdetv/0.8.9-1)

The dcop function "TelexIface navigate(int page)" in kdetv doesn't
accept the argument "100", which is actually the most important page to
navigate to in teletext. I found the error in
kdetv/plugins/misc/telex/telex.cpp:

void Plugin::navigate( int page )
    {
        if ( page > 100 )
            navigate( Page( page ) );
    }

The if-condition should be: if ( page > 99 )

I attached a patch which changes the 100 to 99.

ciao,
Pascal Pollet

** Affects: kdetv (Ubuntu)
     Importance: Undecided
         Status: New

-- 
kdetv: bug in dcop function "navigate" from teletext interface
https://bugs.launchpad.net/bugs/211747
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to