aboutsummaryrefslogtreecommitdiffstats
path: root/MageiaUpdate
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-28 18:42:15 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-28 18:42:15 +0000
commit31d8bbdc3d44ec41a8ad359d62ebfb2d0f35662d (patch)
tree9fb1a0624c756cfcf54116bd8d909bc410f2dedd /MageiaUpdate
parent780dbbaddf2ce82291ef4b616d9fc8335860a88d (diff)
downloadrpmdrake-31d8bbdc3d44ec41a8ad359d62ebfb2d0f35662d.tar
rpmdrake-31d8bbdc3d44ec41a8ad359d62ebfb2d0f35662d.tar.gz
rpmdrake-31d8bbdc3d44ec41a8ad359d62ebfb2d0f35662d.tar.bz2
rpmdrake-31d8bbdc3d44ec41a8ad359d62ebfb2d0f35662d.tar.xz
rpmdrake-31d8bbdc3d44ec41a8ad359d62ebfb2d0f35662d.zip
perl_checker cleanups
Diffstat (limited to 'MageiaUpdate')
-rwxr-xr-xMageiaUpdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/MageiaUpdate b/MageiaUpdate
index 4cfe8fec..5358a7c4 100755
--- a/MageiaUpdate
+++ b/MageiaUpdate
@@ -263,7 +263,7 @@ sub run_treeview_dialog {
my $cell = ($bool_col->get_cell_renderers)[0];
$cell->signal_connect(toggled => sub {
my ($_cell, $text_path) = @_;
- my $name = @{$list->{data}[$text_path]}[$pkg_columns{text}];
+ my $name = $list->{data}[$text_path][$pkg_columns{text}];
gtkset_mousecursor_wait($w->{real_window}->window);
my $_guard = before_leaving(sub { gtkset_mousecursor_normal($w->{real_window}->window) });
toggle($list, $name);