warpme / minimyth

Automatically exported from code.google.com/p/minimyth
0 stars 0 forks source link

perl-MiniMyth #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi Pablo,

Re MiniMyth.pm
sub x_applications_list
{
    my $self         = shift;
    my @applications = @_;

    my @browser    = ( 'mythbrowswer');
    my @game       = ( 'fceu', 'mame', 'mess', 'mednafen', 'stella', 'VisualBoyAdvance', 'zsnes');
    my @player     = ( 'mplayer', 'mplayer-stable', 'mplayer-svn', 'mythtv', 'vlc', 'xine' );

Note the typo 'mythbrowswer'

Original issue reported on code.google.com by jamesarb...@gmail.com on 4 Jun 2012 at 2:48