ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/BindingEditor.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/BindingEditor.pm (file contents):
Revision 1.2 by root, Sun Jul 2 18:52:05 2006 UTC vs.
Revision 1.3 by elmex, Fri Jul 7 23:07:14 2006 UTC

230 $self->{binding} = [$mod, $sym]; 230 $self->{binding} = [$mod, $sym];
231 $self->update_binding_widgets; 231 $self->update_binding_widgets;
232 $self->commit if $commit; 232 $self->commit if $commit;
233 $end_cb->() if $end_cb; 233 $end_cb->() if $end_cb;
234 234
235 warn "dexxey $self $self->{binder}\n";#d#
236 (delete $self->{binder})->destroy; 235 (delete $self->{binder})->destroy;
237 1 236 1
238 }, 237 },
239 on_focus_out => sub { 238 on_focus_out => sub {
240 # segfaults and worse :() 239 # segfaults and worse :()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines