projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
550ffc9
)
OsPath build fix
author
Joey Hess
<joeyh@joeyh.name>
Mon, 17 Feb 2025 18:46:43 +0000
(14:46 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Mon, 17 Feb 2025 18:46:43 +0000
(14:46 -0400)
Annex/Notification.hs
patch
|
blob
|
history
diff --git
a/Annex/Notification.hs
b/Annex/Notification.hs
index f2057973592e23be8476600e5493103cf6cd6789..82779b1f2d455e9a4c2cbd7a60c8a636631ba2a9 100644
(file)
--- a/
Annex/Notification.hs
+++ b/
Annex/Notification.hs
@@
-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 (from
RawFile
Path f))
+ void $ Notify.notify client (droppedNote ok (from
Os
Path f))
#else
notifyDrop (AssociatedFile (Just _)) _ = noop
#endif