diff options
Diffstat (limited to 'Assistant/Threads/NetWatcher.hs')
-rw-r--r-- | Assistant/Threads/NetWatcher.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/NetWatcher.hs b/Assistant/Threads/NetWatcher.hs index 912893b87..0ff605edc 100644 --- a/Assistant/Threads/NetWatcher.hs +++ b/Assistant/Threads/NetWatcher.hs @@ -71,7 +71,7 @@ dbusThread = do ) handleconn = do debug ["detected network connection"] - sendRemoteControl PAUSE + sendRemoteControl LOSTNET notifyNetMessagerRestart handleConnection sendRemoteControl RESUME |