Ticket #1945: diseqc-repeat.patch
File diseqc-repeat.patch, 408 bytes (added by , 19 years ago) |
---|
-
libs/libmythtv/diseqc.cpp
724 724 : m_devid(devid), m_dev_type(kTypeLNB), 725 725 m_desc(QString::null), m_tree(tree), 726 726 m_parent(NULL), m_ordinal(0), 727 m_repeat( 0)727 m_repeat(1) 728 728 { 729 729 } 730 730