diff options
author | damien <damien@mandriva.com> | 2001-02-27 17:27:17 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-02-27 17:27:17 +0000 |
commit | caf2cde7acb95657370a990a9153187d642680ff (patch) | |
tree | 28687199fe6c7b9c970259198fe4dd9552769543 /control-center3 | |
parent | 066ac0e46429e15e8ca9a8805638ed8f62cfb648 (diff) | |
download | control-center-caf2cde7acb95657370a990a9153187d642680ff.tar control-center-caf2cde7acb95657370a990a9153187d642680ff.tar.gz control-center-caf2cde7acb95657370a990a9153187d642680ff.tar.bz2 control-center-caf2cde7acb95657370a990a9153187d642680ff.tar.xz control-center-caf2cde7acb95657370a990a9153187d642680ff.zip |
updated
Diffstat (limited to 'control-center3')
-rwxr-xr-x | control-center3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/control-center3 b/control-center3 index 598e60dc..6d3c5e48 100755 --- a/control-center3 +++ b/control-center3 @@ -171,6 +171,7 @@ my $rc = "control-center.rc"; $window_global->show_all; $SIG{USR1} = sub { $notebook_global->set_page(0); }; # embedded applications will send me that signal in order to "hide" them +$SIG{TERM} = sub { quit_global(); }; # embedded applications will send me that signal in order to quit the cc. my $pix_dbl = new Gtk::Gdk::Pixmap($darea1->window, 540,460); draw_exposed($pix_dbl); |