diff options
author | damien <damien@mandriva.com> | 2001-03-06 09:13:29 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-03-06 09:13:29 +0000 |
commit | 18352ebe14580ec32d3daa3280718ab39889781d (patch) | |
tree | e501f23a6785484486545e0d0603dd4950d1553b | |
parent | ada476f8242462a776d9ffb1abc9265992570632 (diff) | |
download | control-center-18352ebe14580ec32d3daa3280718ab39889781d.tar control-center-18352ebe14580ec32d3daa3280718ab39889781d.tar.gz control-center-18352ebe14580ec32d3daa3280718ab39889781d.tar.bz2 control-center-18352ebe14580ec32d3daa3280718ab39889781d.tar.xz control-center-18352ebe14580ec32d3daa3280718ab39889781d.zip |
updated
-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 ); |