Changeset 3367 for extensions


Ignore:
Timestamp:
May 29, 2009, 11:04:29 PM (15 years ago)
Author:
ronosman
Message:

Bug 1006 fixed : first photo goes last. Sort selection on file name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pLoader/trunk/src/Uploader/GUI/wxFrameAUI.pm

    r3365 r3367  
    13931393        }@$file_paths   
    13941394    ];
    1395    
    1396     # last is first !
    1397     if ( scalar @$files > 1 ){
    1398         my $first = shift @$files;
    1399         push @$files, $first;   
    1400     }
    1401     #print Dumper $files;
     1395
     1396    @$files = sort @$files;   
    14021397
    14031398    $self->imagelist->SetNewFiles(
Note: See TracChangeset for help on using the changeset viewer.