OsPath build fix
This commit is contained in:
parent
550ffc98fb
commit
f6bd8ac9ab
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ notifyDrop (AssociatedFile (Just f)) ok = do
|
|||
wanted <- Annex.getRead Annex.desktopnotify
|
||||
when (notifyFinish wanted) $ liftIO $ do
|
||||
client <- DBus.Client.connectSession
|
||||
void $ Notify.notify client (droppedNote ok (fromRawFilePath f))
|
||||
void $ Notify.notify client (droppedNote ok (fromOsPath f))
|
||||
#else
|
||||
notifyDrop (AssociatedFile (Just _)) _ = noop
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue