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
|
wanted <- Annex.getRead Annex.desktopnotify
|
||||||
when (notifyFinish wanted) $ liftIO $ do
|
when (notifyFinish wanted) $ liftIO $ do
|
||||||
client <- DBus.Client.connectSession
|
client <- DBus.Client.connectSession
|
||||||
void $ Notify.notify client (droppedNote ok (fromRawFilePath f))
|
void $ Notify.notify client (droppedNote ok (fromOsPath f))
|
||||||
#else
|
#else
|
||||||
notifyDrop (AssociatedFile (Just _)) _ = noop
|
notifyDrop (AssociatedFile (Just _)) _ = noop
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue