From ca6f58dc84c9718969c95169a55aaeabb5a1c0d7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 26 Sep 2007 10:53:25 +0000 Subject: display arrows for tabs --- perl-install/NEWS | 1 + perl-install/standalone/draksec | 1 + 2 files changed, 2 insertions(+) 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); -- cgit v1.2.1