From 53caf6f11dcfcd9f19512ad8fa57c51abd6f34ca Mon Sep 17 00:00:00 2001 From: damien Date: Fri, 8 Mar 2002 18:35:34 +0000 Subject: minor bugs --- control-center | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/control-center b/control-center index 45ceb891..0a8040d1 100755 --- a/control-center +++ b/control-center @@ -61,7 +61,7 @@ my_gtk::add_icon_path("$mcc_dir/$theme"); my $window_splash = new Gtk::Window -popup; $window_splash->signal_connect ( delete_event => \&quit_global ); $window_splash->set_title( _("Mandrake Control Center")); #$_version)); -$window_splash->set_policy(1, 1, 1); +$window_splash->set_policy(0, 0, 1); $window_splash->set_position(1); $window_splash->add( gtkadd(gtkset_shadow_type(new Gtk::Frame(), 'etched_out'), @@ -99,6 +99,7 @@ my $exec_hash = _("Partition Sharing") => [ "diskdrake", "$_sbindir/diskdrake --fileshare", 1 ], _("Connection") => [ "draknet", "$_sbindir/draknet", 1 ], _("Connection Sharing") => [ "drakgw", "$_sbindir/drakgw", 1 ], + _("Proxy Configuration") => [ "drakproxy", "$_sbindir/drakproxy", 1 ], _("Security Level") => [ "draksec", "$_sbindir/draksec", 1 ], _("Firewall") => [ "tinyfirewall", "$_sbindir/tinyfirewall", 1 ], _("Menus") => [ "menudrake", "$_sbindir/menus_launcher.pl", 1, "$_bindir/menudrake" ], @@ -186,6 +187,7 @@ my @tree = [_("Network & Internet"),'net-mdk', [ [_("Connection"), 'draknet-mdk'], + [_("Proxy Configuration"),'draknet-mdk'], [_("Connection Sharing"),'drakgw-mdk'], ], ], @@ -755,6 +757,7 @@ sub about_mdk_cc { 1, $clist, ); $clist->columns_autosize(); + $window_about->set_policy(0, 0, 1); $window_about->show_all(); $window_about->set_modal(1); } -- cgit v1.2.1