diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-01-02 19:45:12 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-01-02 19:45:12 +0000 |
commit | c35131e8208bc331051aabbaac1549a7843e41a9 (patch) | |
tree | 028b052115f554b9505267c91aa7cabcb5286859 | |
parent | d6a61eec379b928c5238929ec002b850e957add6 (diff) | |
download | drakx-backup-do-not-use-c35131e8208bc331051aabbaac1549a7843e41a9.tar drakx-backup-do-not-use-c35131e8208bc331051aabbaac1549a7843e41a9.tar.gz drakx-backup-do-not-use-c35131e8208bc331051aabbaac1549a7843e41a9.tar.bz2 drakx-backup-do-not-use-c35131e8208bc331051aabbaac1549a7843e41a9.tar.xz drakx-backup-do-not-use-c35131e8208bc331051aabbaac1549a7843e41a9.zip |
titi's message annoys me too much.. removing it
-rw-r--r-- | perl-install/ugtk2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 722034c65..622574401 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -812,7 +812,7 @@ sub exit { } #- in case "exit" above was not called by the program -END { print "BUG in $0 : ugtk2->exit was *NOT* called !! \n"; &exit() } +END { &exit() } sub _create_window($$) { my ($o, $title) = @_; |