Commit 2c53f3f0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: correctly update the MRL on DVB/Linux

parent 5a39c572
......@@ -1044,6 +1044,9 @@ void CaptureOpenPanel::initialize()
BUTTONACT( dvbs, updateButtons() );
BUTTONACT( dvbt, updateButtons() );
BUTTONACT( dvbc, updateButtons() );
BUTTONACT( dvbs, updateMRL() );
BUTTONACT( dvbt, updateMRL() );
BUTTONACT( dvbc, updateMRL() );
}
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment