summaryrefslogtreecommitdiffstats
path: root/draksnapshot-applet
diff options
context:
space:
mode:
Diffstat (limited to 'draksnapshot-applet')
-rwxr-xr-xdraksnapshot-applet2
1 files changed, 1 insertions, 1 deletions
diff --git a/draksnapshot-applet b/draksnapshot-applet
index 4bdd41d..f32270d 100755
--- a/draksnapshot-applet
+++ b/draksnapshot-applet
@@ -152,7 +152,7 @@ sub silentCheck() {
# are there any updates ?
my @a = difference2(\@discs, \@old_discs);
- if (@a) {
+ if (@a && $state_global ne 'disk_found') {
go2State('disk_found');
}
@old_discs = @discs;