~ubuntu-branches/ubuntu/utopic/padre/utopic-proposed

« back to all changes in this revision

Viewing changes to lib/Padre/Wx/Action.pm

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont
  • Date: 2012-05-12 12:40:00 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20120512124000-lpfuc4ny1eo3ecvx
Tags: 0.96+dfsg1-1
* new upstream version
* control: 
   * updated dependencies versions
   - removed  libformat-human-bytes-perl
   * cleanup unneeded version dependencies 
   - removed provides on padre-plugin-api-2. The only remaining packages
     depending on this meta package are already incompatible with new 
     padre  (and broken upstream)
   * no need to depend on libtest-warn-perl 0.24, 0.23 is enough
* patches:
   - removed hack-missing-context-menu (obsolete)
   + Skip upstream test that broke with new DBI. See patch header 
     for more details
   + fix spellings reported by lintian

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
use Padre::Constant ();
9
9
use Padre::Wx       ();
10
10
 
11
 
our $VERSION = '0.94';
 
11
our $VERSION = '0.96';
12
12
 
13
13
# Generate faster accessors
14
14
use Class::XSAccessor {
122
122
 
123
123
# Translate on the fly when requested
124
124
sub comment {
125
 
        Wx::gettext( $_[0]->{comment} );
 
125
        defined $_[0]->{comment} ? Wx::gettext( $_[0]->{comment} ) : undef;
126
126
}
127
127
 
128
128
# Label for use with menu (with shortcut)