diff options
Diffstat (limited to 'MandrivaUpdate')
-rwxr-xr-x | MandrivaUpdate | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MandrivaUpdate b/MandrivaUpdate index 7fa94e9f..f3258b47 100755 --- a/MandrivaUpdate +++ b/MandrivaUpdate @@ -195,8 +195,12 @@ sub run_treeview_dialog { $cell->signal_connect(toggled => sub { my ($cell, $text_path) = @_; my ($val, $name) = @{$list->{data}[$text_path]}; + gtkset_mousecursor_wait($w->{real_window}->window); + my $_guard = before_leaving(sub {gtkset_mousecursor_normal($w->{real_window}->window) }); $name = get_name($name); toggle($list, $name); + gtkset_mousecursor_normal($w->{real_window}->window); + }); $action_button->set_sensitive(0) if $>; |