From 448d67dad2e14949458738ea103fd3c460d97ed7 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 5 Mar 2008 05:12:06 +0000 Subject: (silentCheck) force refreshing cache git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@238622 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 --- draksnapshot-applet | 3 +++ 1 file changed, 3 insertions(+) (limited to 'draksnapshot-applet') diff --git a/draksnapshot-applet b/draksnapshot-applet index b3221c7..99af9f4 100755 --- a/draksnapshot-applet +++ b/draksnapshot-applet @@ -144,6 +144,9 @@ sub silentCheck() { my $w = $::main_window ? $::main_window->window : undef; gtkset_mousecursor_wait($w); + # force refreshing cache: + detect_devices::probeall_update_cache(); + # are there any updates ? if (@discs = grep { $_->{usb_bus} } detect_devices::hds()) { -- cgit v1.2.1