From 2842c48050f10aede9449a2792532d7272efb8cb Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 5 Mar 2008 05:15:58 +0000 Subject: (silentCheck) hide again if no more USB disk git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@238625 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 --- draksnapshot-applet | 1 + 1 file changed, 1 insertion(+) (limited to 'draksnapshot-applet') diff --git a/draksnapshot-applet b/draksnapshot-applet index f32270d..a126947 100755 --- a/draksnapshot-applet +++ b/draksnapshot-applet @@ -148,6 +148,7 @@ sub silentCheck() { # force refreshing cache: detect_devices::probeall_update_cache(); @discs = grep { $_->{usb_bus} } detect_devices::hds(); + go2State('okay') if !@discs; # are there any updates ? -- cgit v1.2.1