diff options
Diffstat (limited to 'draksnapshot-applet')
-rwxr-xr-x | draksnapshot-applet | 3 |
1 files changed, 3 insertions, 0 deletions
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()) { |