aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMandrivaUpdate4
-rw-r--r--NEWS5
2 files changed, 7 insertions, 2 deletions
diff --git a/MandrivaUpdate b/MandrivaUpdate
index 680bc857..77de8580 100755
--- a/MandrivaUpdate
+++ b/MandrivaUpdate
@@ -214,7 +214,7 @@ sub run_treeview_dialog {
$list->set_rules_hint(1);
- my $bool_col = $list->get_column(0);
+ my $bool_col = $list->get_column($pkg_columns{selected});
$bool_col->set_fixed_width(24);
$bool_col->set_sizing('fixed');
$bool_col->set_sort_column_id($pkg_columns{selected});
@@ -261,7 +261,7 @@ sub run_treeview_dialog {
my $cell = ($bool_col->get_cell_renderers)[0];
$cell->signal_connect(toggled => sub {
my ($cell, $text_path) = @_;
- my ($val, $name) = @{$list->{data}[$text_path]};
+ 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);
diff --git a/NEWS b/NEWS
index ad160e91..e251bd37 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+- MandrivaUpdate:
+ o fix ignoring selected/unselected packages (embarassing bug #29835)
+ (regression introduced in 4.10 on 24 June 2008: "show type of
+ update in mandrivaupdate (fix, security, ...)")
+
Version 5.0.6 - 15 February 2009, Thierry Vignaud
- edit-urpm-sources: