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.5 by root, Mon Aug 14 01:21:02 2006 UTC vs.
Revision 1.6 by root, Wed Sep 20 15:59:04 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 if (my $binder = delete $self->{binder}) {
235 (delete $self->{binder})->destroy; 236 $binder->destroy;
237 }
236 1 238 1
237 }, 239 },
238 on_focus_out => sub { 240 on_focus_out => sub {
239 # segfaults and worse :() 241 # segfaults and worse :()
240 #(delete $self->{binder})->destroy if $self->{binder}; 242 #(delete $self->{binder})->destroy if $self->{binder};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines