From a826095863a3f4e0d67795c8ab69983f917f51cf Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 21 Feb 2005 20:31:32 +0000 Subject: add an explanation about the Gtk2::SimpleList workaround --- perl-install/standalone/drakids | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone/drakids') 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; } -- cgit v1.2.1