Ignore:
Timestamp:
Dec 27, 2009, 9:19:46 AM (14 years ago)
Author:
ronosman
Message:

Just code reindent : replace tabs with spaces.

File:
1 edited

Legend:

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

    r4504 r4568  
    3636__PACKAGE__->mk_accessors(
    3737    qw/
    38                 thumb_size
     38                thumb_size
    3939                preview_ratio
    4040                categories
    41                 type
    42                 filter
    43                 blur
    44                 quality
     41                type
     42                filter
     43                blur
     44                quality
    4545                resize_w
    4646                resize_h
    47                 hd_filter
    48                 hd_blur
    49                 hd_quality
     47                hd_filter
     48                hd_blur
     49                hd_quality
    5050                hd_w
    5151                hd_h
    52                                 hd_interlace
    53                 prefix
    54                 author
    55                 count
     52                hd_interlace
     53                prefix
     54                author
     55                count
    5656                new_files
    5757                storable_file
    58                 wx_thumb_size
     58                wx_thumb_size
    5959                current_image
    6060                images
     
    7070                default_photo_name
    7171                default_photo_name_method
    72                 default_name_prefix
     72                default_name_prefix
    7373                SetNewFilesViewerRefreshCallback
    7474                SetNewFilesProgressCallback
     
    8686                pwg
    8787                upload_high
    88                                 upload_hd
     88                upload_hd
    8989                remove_uploaded_from_selection
    9090                wx_quality
     
    9595                use_exif_preview
    9696                image_sums
    97                                 upload_image_sums
     97                upload_image_sums
    9898                sums
    9999                version
     
    121121                upload_file
    122122                upload_name
    123                                 ReuploadCallback
    124                                 reupload_action_files
    125                                 reupload_action_properties
    126                                 reupload_action_properties_m
    127                                 reupload_not_ask
    128                                 display_mode
     123                ReuploadCallback
     124                reupload_action_files
     125                reupload_action_properties
     126                reupload_action_properties_m
     127                reupload_not_ask
     128                display_mode
    129129     /
    130130);
     
    329329    my ( $self, $file, $info, $i ) = @_;
    330330   
     331printf("_default_photo_name %s\n", $self->default_photo_name);
    331332   
    332333    my $name;
     
    378379            $self->default_name_prefix,
    379380        )       
    380     }   
    381 
    382     $name;     
     381    }
     382
     383printf("_default_photo_name %s\n", $name);
     384    $name;
    383385}
    384386
Note: See TracChangeset for help on using the changeset viewer.