Ignore:
Timestamp:
Jan 28, 2010, 12:55:45 AM (14 years ago)
Author:
ronosman
Message:

Change copyright notice to add 2010.

File:
1 edited

Legend:

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

    r4772 r4779  
    22# | pLoader - a Perl photo uploader for Piwigo                            |
    33# +-----------------------------------------------------------------------+
    4 # | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
     4# | Copyright(C) 2008-2010 Piwigo Team                  http://piwigo.org |
    55# +-----------------------------------------------------------------------+
    66# | This program is free software; you can redistribute it and/or modify  |
     
    20622062
    20632063  $self->tree($tree);
    2064 #  $self->frame($tree->GetParent);
    20652064
    20662065  return $self;
     
    20712070sub OnDropText {
    20722071  my( $self, $x, $y, $textdata ) = @_;
    2073 print $textdata;
    20742072
    20752073  # must be $VAR1 because $textdata is the result of Data::Dumper
     
    20902088             @items = grep { $self->tree->GetPlData( $_ ) != -1 } @items;
    20912089             
    2092            wxTheApp->frame->imagelist->categories(
    2093                [
    2094                    map {
    2095                        $self->tree->GetPlData( $_ )->{id};
    2096                    }
    2097                    @items
    2098                ]
    2099            );
     2090             wxTheApp->frame->imagelist->categories(
     2091                 [
     2092                     map {
     2093                         $self->tree->GetPlData( $_ )->{id};
     2094                     }
     2095                     @items
     2096                 ]
     2097             );
    21002098           
    21012099             wxTheApp->frame->imagelist->image_selection($VAR1);
Note: See TracChangeset for help on using the changeset viewer.