diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-03-21 22:22:02 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-03-21 22:22:02 +0000 |
commit | 3f6af08b72a2884f165603c3586d72f6b0e36bf9 (patch) | |
tree | 5fecf4ab3ceba80d9861eb9b92257e858922151d /mdkapplet | |
parent | 643fc1f64e4c57701997caa423f7f47bce6dad75 (diff) | |
download | mgaonline-3f6af08b72a2884f165603c3586d72f6b0e36bf9.tar mgaonline-3f6af08b72a2884f165603c3586d72f6b0e36bf9.tar.gz mgaonline-3f6af08b72a2884f165603c3586d72f6b0e36bf9.tar.bz2 mgaonline-3f6af08b72a2884f165603c3586d72f6b0e36bf9.tar.xz mgaonline-3f6af08b72a2884f165603c3586d72f6b0e36bf9.zip |
(harvester,silentCheck) remove the timers that make the applet constantly polling (#29788)
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -241,8 +241,6 @@ $SIG{USR1} = 'IGNORE'; $SIG{USR2} = 'IGNORE'; $SIG{CHLD} = \&harvester; -Glib::Timeout->add(200, sub { harvester('CHLD', 1); 1 }); - Gtk2->main; ugtk2::exit(0); @@ -390,7 +388,6 @@ sub silentCheck() { # are there any updates ? my $data = $response->{data}; if ($data && $data->{isUpdateAvailable}) { - my $_flush_guard = Gtk2::GUI_Update_Guard->new; $checker_pid = fork(); if (defined $checker_pid) { return if $checker_pid; # parent |