Ignore:
Timestamp:
02/08/10 00:07:56 (2 years ago)
Author:
azawawi
Message:

Refactored OpenInFileBrowserAction? to support "Open with default System Editor" feature on KDE/GNOME unix platforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Action/File.pm

    r10604 r10611  
    133133        comment    => Wx::gettext('Opens the file with the default system editor'), 
    134134        menu_event => sub { 
    135             $_[0]->on_open_with_default_system_editor; 
     135            my $document = $_[0]->current->document or return; 
     136            $_[0]->on_open_with_default_system_editor( $document->filename ); 
    136137        }, 
    137138    ); 
Note: See TracChangeset for help on using the changeset viewer.