/[gnump3d]/gnump3d/lib/gnump3d/plugins/prefs.pm
ViewVC logotype

Diff of /gnump3d/lib/gnump3d/plugins/prefs.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by skx, Wed Oct 29 13:59:35 2003 UTC revision 1.4 by skx, Wed Oct 29 14:58:06 2003 UTC
# Line 315  E_O_BUG2 Line 315  E_O_BUG2
315    
316              my @dirs = &dirsInDir( $theme_dir );              my @dirs = &dirsInDir( $theme_dir );
317    
318                # Sort case-insensitively
319                @dirs = sort {uc($a) cmp uc($b)} @dirs;
320    
321              $text .= "<tr><td valign=\"top\"><b>Theme</b></td><td>\n";              $text .= "<tr><td valign=\"top\"><b>Theme</b></td><td>\n";
322              foreach my $name (@dirs )              foreach my $name (@dirs )
323              {              {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26