Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Possible bug in vdr 1.0.0



On 18 Apr 2002 Klaus Schmidinger <Klaus.Schmidinger@cadsoft.de> wrote:

>> Now vdr exits really unmotivated (no syslog entries except for
>> releasing lirc client) an restarts with driver reload.
>> I can reproduce this any time: while watching a recording I press 0
>> (cutting mark) and short before the OSD vanishes I press the RED
>> button. That's it. Before I can enter a time to jump to vdr exits.

I think I have a solution, but it's an untested quick shoot
(Sorry no real patch). This is from menu.c:

  void cReplayControl::TimeSearch(void)
  {
    timeSearchTime = timeSearchPos = 0;
    timeSearchHide = false;
    if (modeOnly)
       Hide();
    if (!visible) {
       Show();
       if (visible)
          timeSearchHide = true;
       else
          return;
       }
+   timeoutShow = 0;
    TimeSearchDisplay();
    timeSearchActive = true;
  }

-- 
Stefan Huelswitt
huels@iname.com  | http://home.pages.de/~nathan



Home | Main Index | Thread Index