diff options
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rwxr-xr-x | perl-install/standalone/draksec | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index db1336ac1..48f110ca1 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -3,6 +3,7 @@ o when unable to access X11, just print the backtrace on the console - draksec: o add a right delegation tab + o display arrows for tabs Version 10.4.210 - 24 September 2007, by Thierry Vignaud diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index 7f5a88f04..a94df28ae 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -462,6 +462,7 @@ gtkpack_($vbox, ), ); +$notebook->set_scrollable(1); $notebook->signal_connect("switch-page" => sub { $oc->{buttons}{N("Help")}->set_sensitive($_[2]) }); $oc->{buttons}{N("Help")}->set_sensitive(0); |