From edb2cc870fa87cf1c57a61c0af5c578461b20a20 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Sun, 23 Oct 2016 02:59:33 -0400 Subject: GtkApplication: show notifications for ejecting from the desktop too Show desktop notifications for ejecting a drive from the desktop as well.The code in caja-file-operations won't show notifications from the sidebar so that code is still needed too. --- libcaja-private/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'libcaja-private/Makefile.am') diff --git a/libcaja-private/Makefile.am b/libcaja-private/Makefile.am index 23832404..a02d5fae 100644 --- a/libcaja-private/Makefile.am +++ b/libcaja-private/Makefile.am @@ -39,6 +39,7 @@ libcaja_private_la_LIBADD = \ $(top_builddir)/eel/libeel-2.la \ $(top_builddir)/libcaja-extension/libcaja-extension.la \ $(CORE_LIBS) \ + -lnotify $(NULL) libcaja_private_la_SOURCES = \ -- cgit v1.2.1