Author: pebender
Date: Tue Sep 23 03:16:14 2008
New Revision: 3786
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/html/minimyth/document-configure.html
Log:
- Fixed errors in the example 'minimyth.pm' found in the documentation.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Tue Sep 23
03:16:14 2008
@@ -1,7 +1,7 @@
MiniMyth Changelog
--------------------------------------------------------------------------------
-Changes since 58 (2008-09-21):
+Changes since 58 (2008-09-23):
Current MythTV versions
MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch
svn 16082,
@@ -59,6 +59,7 @@
fail when the perl init scripts are to process the variables.
- Fixed a bug that caused the perl init scripts to fail to configure
the
playback profile.
+ - Fixed errors in the example 'minimyth.pm' found in the documentation.
Modified build system
- Added mm_GRAPHICS for controlling which graphics drivers are
included.
Modified: trunk/gar-minimyth/html/minimyth/document-configure.html
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-configure.html (original)
+++ trunk/gar-minimyth/html/minimyth/document-configure.html Tue Sep 23
03:16:14 2008
@@ -461,8 +461,8 @@
sub start
{
- $self = shift;
- $minimyth = shift;
+ my $self = shift;
+ my $minimyth = shift;
return 1;
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---