summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-03-21 22:22:02 +0000
committerThierry Vignaud <tv@mandriva.org>2007-03-21 22:22:02 +0000
commit3f6af08b72a2884f165603c3586d72f6b0e36bf9 (patch)
tree5fecf4ab3ceba80d9861eb9b92257e858922151d
parent643fc1f64e4c57701997caa423f7f47bce6dad75 (diff)
downloadmgaonline-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)
-rwxr-xr-xmdkapplet3
1 files changed, 0 insertions, 3 deletions
diff --git a/mdkapplet b/mdkapplet
index 825914d9..cd428788 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -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