[mythtv] [PATCH] mythmusic pageUp/pageDown

Damion de Soto damion at snapgear.com
Mon Feb 7 00:27:24 UTC 2005


Any particular reason my patch hasn't been applied yet?
(other than just slipping through the cracks).
I'd really like to have it in before 0.17 since it's the last
of my custom changes.

thanks

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Damion de Soto - Software Engineer  email:     damion at snapgear.com
SnapGear - A CyberGuard Company ---    ph:         +61 7 3435 2809
  | Custom Embedded Solutions          fax:         +61 7 3891 3630
  | and Security Appliances            web: http://www.snapgear.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ---  Free Embedded Linux Distro at   http://www.snapgear.org  ---
-------------- next part --------------
Index: playbackbox.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythmusic/mythmusic/playbackbox.cpp,v
retrieving revision 1.81
diff -u -r1.81 playbackbox.cpp
--- playbackbox.cpp     6 Feb 2005 18:27:45 -0000       1.81
+++ playbackbox.cpp     7 Feb 2005 00:24:36 -0000
@@ -383,6 +383,10 @@
                 music_tree_list->forceLastBin();
                 music_tree_list->refresh();
             }
+            else if (action == "PAGEUP")
+                music_tree_list->pageUp();
+            else if (action == "PAGEDOWN")
+                music_tree_list->pageDown();
             else
                 handled = false;
         }


More information about the mythtv-dev mailing list