ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/bin/cfplus
(Generate patch)

Comparing deliantra/Deliantra-Client/bin/cfplus (file contents):
Revision 1.24 by elmex, Mon May 29 19:30:28 2006 UTC vs.
Revision 1.25 by elmex, Mon May 29 19:49:33 2006 UTC

972 972
973 my $lbl = join "; ", @$cmds; 973 my $lbl = join "; ", @$cmds;
974 my $nam = CFClient::Recorder::keycombo_to_name ($mod, $sym); 974 my $nam = CFClient::Recorder::keycombo_to_name ($mod, $sym);
975 $binding_list->add (my $hb = new CFClient::UI::HBox); 975 $binding_list->add (my $hb = new CFClient::UI::HBox);
976 $hb->add (new CFClient::UI::Button 976 $hb->add (new CFClient::UI::Button
977 text => "del", 977 text => "delete",
978 on_activate => sub { 978 on_activate => sub {
979 $binding_list->remove ($hb); 979 $binding_list->remove ($hb);
980 delete $::CFG->{bindings}->{$mod}->{$sym}; 980 delete $::CFG->{bindings}->{$mod}->{$sym};
981 }); 981 });
982 $hb->add (new CFClient::UI::Label text => "($nam)"); 982 $hb->add (new CFClient::UI::Label text => "($nam)");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines