Changeset 9644
- Timestamp:
- 12/12/09 12:25:20 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Action.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Action.pm
r9469 r9644 109 109 warn "Found a duplicate shortcut '$shortcut' with " . $a->name . " for '$name'\n"; 110 110 last; 111 } 112 113 my $shortcuts = Padre->ide->{shortcuts}; 114 if (defined($shortcuts->{$shortcut})) { 115 warn "Found a duplicate shortcut '$shortcut' with " . $shortcuts->{$shortcut}->name . " for '$name'\n"; 116 } else { 117 $shortcuts->{$shortcut} = $self; 111 118 } 112 119 }
Note: See TracChangeset
for help on using the changeset viewer.
