diff options
-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); |