diff options
-rwxr-xr-x | control-center3 | 15 |
1 files changed, 5 insertions, 10 deletions
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 ); |