[mythtv] [patch]prolong active time of LCD menu

Leo Weppelman leo at wau.mis.ah.nl
Tue Oct 12 20:17:25 UTC 2004


This patch makes the menu popup on the LCD-device for 30 seconds instead
of 5 seconds. 5 seconds is awfully short when navigating through the menu.

Leo.
-------------- next part --------------
Index: lcddevice.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmyth/lcddevice.cpp,v
retrieving revision 1.31
diff -u -r1.31 lcddevice.cpp
--- lcddevice.cpp	19 Aug 2004 01:36:30 -0000	1.31
+++ lcddevice.cpp	12 Oct 2004 20:09:15 -0000
@@ -804,7 +804,7 @@
     popMenuTimer->stop();
     // Start the unPop timer if this is a popup menu
     if (popMenu)
-        popMenuTimer->start(5000, true);
+        popMenuTimer->start(30000, true);
 
     // QPtrListIterator doesn't contain a deep copy constructor. . .
     // This will contain a copy of the menuItems for scrolling purposes


More information about the mythtv-dev mailing list