summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/standalone/drakids1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/drakids b/perl-install/standalone/drakids
index 48c893ae2..e76311cfd 100644
--- a/perl-install/standalone/drakids
+++ b/perl-install/standalone/drakids
@@ -105,6 +105,7 @@ sub handle_init {
sub list_remove_addr {
my ($list, @addr) = @_;
+ #- workaround buggy Gtk2::SimpleList array abstraction, it corrupts references
foreach (0 .. $#{$list}) {
member($list->[$_][0], @addr) and splice @$list, $_, 1;
}