summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-03-09 11:39:00 +0000
committerThierry Vignaud <tv@mandriva.org>2007-03-09 11:39:00 +0000
commita3831d18e1f056963799a99f88039e9dde99aee0 (patch)
tree07080eaf21c77ce3767e4355370b766831ccdd19
parent52930567d7a855ea39dbb07bcb0ed5aebefeb5d8 (diff)
downloadmgaonline-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-xmdkapplet1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdkapplet b/mdkapplet
index 7a8e725e..8b3fdf0b 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -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 ?