[mythtv] [PATCH] mythmusic pageUp/pageDown

Damion de Soto damion at snapgear.com
Sun Apr 10 23:21:47 UTC 2005


Resubmitting patch submission.
Can someone please commit it to CVS for 0.18 or tell me why not?

thanks.


 > 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.


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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