[mythtv] [PATCH] mythlib/uitypes.h typo fix

Jeff Doozan mythtv at doozan.com
Sat Sep 6 13:26:47 EDT 2003


The moveToNodesFirstChild parameter is currently named 
"route_of_ranches" rather than "route_of_branches" in the header 
declaration.  It's correctly spelled in the function definiton, but 
should probably be fixed in the header.

-- Jeff

-------------- next part --------------
Index: mythtv/libs/libmyth/uitypes.h
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmyth/uitypes.h,v
retrieving revision 1.34
diff -u -r1.34 uitypes.h
--- mythtv/libs/libmyth/uitypes.h	2 Sep 2003 19:39:32 -0000	1.34
+++ mythtv/libs/libmyth/uitypes.h	6 Sep 2003 16:22:01 -0000
@@ -571,7 +571,7 @@
     void    Draw(QPainter *, int drawlayer, int context);
     void    assignTreeData(GenericTree *a_tree);
     void    moveToNode(QValueList<int> route_of_branches);
-    void    moveToNodesFirstChild(QValueList<int> route_of_ranchs);
+    void    moveToNodesFirstChild(QValueList<int> route_of_branchs);
     QValueList <int> * getRouteToActive();
     bool    tryToSetActive(QValueList <int> route);
     void    setHighlightImage(QPixmap an_image){highlight_image = an_image;}


More information about the mythtv-dev mailing list