From 91ebdfa65d41d85fb1e8cf823af4a91a60c7f046 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 22 Oct 2007 14:48:00 +0000 Subject: stop displaying a wait message dialog while checking for updates now that we use notifications bubbles --- mdkapplet | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mdkapplet') diff --git a/mdkapplet b/mdkapplet index 1d91222a..3d39a50a 100755 --- a/mdkapplet +++ b/mdkapplet @@ -213,10 +213,7 @@ my %comm_codes = ( my %actions = ( 'update' => { name => N("Install updates"), launch => sub { installUpdates() } }, 'configureApplet' => { name => N("Configure the service"), launch => sub { configure() } }, - 'check' => { name => N("Check Updates"), launch => sub { - my $_w = $in->wait_message(N("Please wait"), N("Check updates") . '...'); - checkUpdates(); - } }, + 'check' => { name => N("Check Updates"), launch => \&checkUpdates }, 'weblink' => { name => N("Online WebSite"), launch => sub { mdkonline::get_site($online_site, 'info.php') } }, 'confNetwork' => { name => N("Configure Network"), launch => sub { configNetwork() } }, 'register' => { name => N("Configure Now!"), launch => sub { configure() } } -- cgit v1.2.1