Author: sparky                       Date: Sat Dec 31 18:37:34 2005 GMT
Module: vfmg                          Tag: DEVEL
---- Log message:
- cosmetics

---- Files affected:
vfmg:
   vfmg (1.73.2.49 -> 1.73.2.50) 

---- Diffs:

================================================================
Index: vfmg/vfmg
diff -u vfmg/vfmg:1.73.2.49 vfmg/vfmg:1.73.2.50
--- vfmg/vfmg:1.73.2.49 Sat Dec 31 19:34:40 2005
+++ vfmg/vfmg   Sat Dec 31 19:37:29 2005
@@ -58,7 +58,7 @@
 # }}}
 
 Getopt::Long::Configure("bundling");
-GetOptions(
+GetOptions( # {{{
        'help|h'                =>      \$o_help,
        'tags|t'                =>      \$o_tags,
        'end|e'                 =>      \$o_end,
@@ -99,7 +99,7 @@
        'convert|C=s'   =>      \$opt{convert},
        'full-regen|f!' =>      \$opt{full_regen},
        'destdir|D=s'   =>      \$opt{destdir},
-       );
+       ); # }}}
 
 if($o_help) { # {{{
        local $" = ", ";
@@ -487,8 +487,7 @@
        $1;
 }
 
-my @menu;      # $menu[parent]{name}=[x=menu number,icon]
-               # $menu[parent]{name}=[-1=entry,icon,exec]
+my @menu; # $menu[parent]{dir number} = (menu number);
 my $desknum = $#desktop;
 
 # logic {{{
@@ -862,9 +861,9 @@
 sub cmpdname {
        use locale;
        return 
-                       encode($opt{encoding}, $desktop[$a][1] )
+                       encode($opt{encoding}, $desktop[$a][LOCALENAME] )
                cmp
-                       encode($opt{encoding}, $desktop[$b][1] )
+                       encode($opt{encoding}, $desktop[$b][LOCALENAME] )
                ;
 }
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/vfmg/vfmg?r1=1.73.2.49&r2=1.73.2.50&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to