Changes between Version 60 and Version 61 of PadrePluginCookbookRecipie05
- Timestamp:
- 11/30/12 09:58:24 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginCookbookRecipie05
v60 v61 364 364 365 365 my $share = $self->plugin_directory_share or return; 366 my $file = File::Spec->catfile( $share, 'icons', ' 64x64', 'git.png' );366 my $file = File::Spec->catfile( $share, 'icons', '48x48', 'git.png' ); 367 367 return unless -f $file; 368 368 return unless -r $file;
