diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-24 07:57:27 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-24 07:57:27 +0000 |
commit | a0a8d69342566142e8c8c182e447e4b059d0d562 (patch) | |
tree | 426baa50d865cc3ea6cb4613d1b8181691cc7669 /perl-install/ugtk2.pm | |
parent | 4dd9866ad98490d1423b19a475c36cde402f3785 (diff) | |
download | drakx-a0a8d69342566142e8c8c182e447e4b059d0d562.tar drakx-a0a8d69342566142e8c8c182e447e4b059d0d562.tar.gz drakx-a0a8d69342566142e8c8c182e447e4b059d0d562.tar.bz2 drakx-a0a8d69342566142e8c8c182e447e4b059d0d562.tar.xz drakx-a0a8d69342566142e8c8c182e447e4b059d0d562.zip |
- clean up embedding; since socket automatically emit plug-added gtk+ signal
when plug is realize, it's just cleaner to centralize/consolidate the child
embedding in mcc
this of course, need a newer up-to-date mcc
what's more, it allows to remove the somewhat mythical
"$::isEmbedded and kill 'USR2', $::CCPID;"
- keyboarddrake, xfdrake, drakautoinst: goto cleaning btw
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r-- | perl-install/ugtk2.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index accdccdae..f2006d853 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -841,7 +841,6 @@ sub new { sub main { my ($o, $completed, $canceled) = @_; gtkset_mousecursor_normal(); - $::CCPID and $0 !~ /logdrake/ and kill 'USR2', $::CCPID; my $timeout = Gtk2->timeout_add(1000, sub { gtkset_mousecursor_normal(); 1 }); my $_b = MDK::Common::Func::before_leaving { Gtk2->timeout_remove($timeout) }; $o->show; |