kdetv: bug in dcop function "navigate" from teletext interface
Bug #211747 reported by
BongoMan
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kdetv (Ubuntu) |
Confirmed
|
Low
|
Unassigned |
Bug Description
Binary package hint: kdetv
Hello,
I'm running kubuntu 7.10 with kdetv 0.8.9-1 (you can find the sources here: https:/
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/
void Plugin::navigate( int page )
{
if ( page > 100 )
}
The if-condition should be: if ( page > 99 )
I attached a patch which changes the 100 to 99.
ciao,
Pascal Pollet
Changed in kdetv (Ubuntu): | |
status: | Incomplete → New |
To post a comment you must log in.
Is this symptom still reproducible in 8.10 or 9.04?