From 18352ebe14580ec32d3daa3280718ab39889781d Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 6 Mar 2001 09:13:29 +0000 Subject: updated --- control-center3 | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'control-center3') diff --git a/control-center3 b/control-center3 index 54ea8bcd..370642a5 100755 --- a/control-center3 +++ b/control-center3 @@ -235,8 +235,7 @@ sub quit_global { Gtk->exit(0); } -sub about_mdk_cc -{ +sub about_mdk_cc { my $window_about = new Gtk::Dialog(); $window_about->set_position(1); @@ -259,8 +258,7 @@ sub about_mdk_cc $window_about->set_modal(1); } -sub splash_warning -{ +sub splash_warning { my ($label) = @_; my $win_about = new Gtk::Dialog(); $win_about->set_position(1); @@ -280,8 +278,7 @@ sub splash_warning $win_about->set_modal(1); } -sub connect_to_site -{ +sub connect_to_site { my ($link,$help)=@_; if($help) { my $browser=$ENV{'BROWSER'}; @@ -326,8 +323,7 @@ sub connect_to_site # }; my $treeitem_old; -sub create_tree_item -{ +sub create_tree_item { my ($parent_tree, $label, $pixmap, $tree_depth_max) =@_; my ($treeitem, $treebox, $new_subtree); @@ -381,8 +377,7 @@ sub create_tree_item # }); } -sub xpm_label_box -{ +sub xpm_label_box { my ( $parent, $xpm_filename, $label_text ) = @_; # Create box for xpm and label my $box = new Gtk::HBox( 0, 0 ); -- cgit v1.2.1