diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-03-09 11:39:00 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-03-09 11:39:00 +0000 |
commit | a3831d18e1f056963799a99f88039e9dde99aee0 (patch) | |
tree | 07080eaf21c77ce3767e4355370b766831ccdd19 | |
parent | 52930567d7a855ea39dbb07bcb0ed5aebefeb5d8 (diff) | |
download | mgaonline-a3831d18e1f056963799a99f88039e9dde99aee0.tar mgaonline-a3831d18e1f056963799a99f88039e9dde99aee0.tar.gz mgaonline-a3831d18e1f056963799a99f88039e9dde99aee0.tar.bz2 mgaonline-a3831d18e1f056963799a99f88039e9dde99aee0.tar.xz mgaonline-a3831d18e1f056963799a99f88039e9dde99aee0.zip |
(silentCheck) enable to work w/o the server (per romain's request)
-rwxr-xr-x | mdkapplet | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -302,6 +302,7 @@ sub silentCheck() { gtkflush(); go2State('busy'); gtkflush(); gtkset_mousecursor_normal($w) if !$insensitive_while_running_a_child; my $response = mdkonline::soap_is_new_update_for_distro($h{HOST_ID}, $h{HOST_KEY}); + $response = { code => 0, data => { isUpdateAvailable => 1 } }; my $status_err = mdkonline::check_server_response($response); if ($status_err eq 'OK') { # are there any updates ? |