[evolution] eds-I#195 - alarm-notify: Show more details of the selected event



commit 221a55801b83d4733179bbd11a772b34a9a43f5d
Author: Milan Crha <mcrha redhat com>
Date:   Fri Mar 6 09:42:11 2020 +0100

    eds-I#195 - alarm-notify: Show more details of the selected event
    
    Related to https://gitlab.gnome.org/GNOME/evolution-data-server/issues/195

 po/POTFILES.in                                  |   1 -
 src/calendar/gui/e-comp-editor-property-parts.c |   1 +
 src/e-util/CMakeLists.txt                       |   2 -
 src/e-util/e-buffer-tagger.c                    | 692 ------------------------
 src/e-util/e-buffer-tagger.h                    |  38 --
 src/e-util/e-util.h                             |   1 -
 6 files changed, 1 insertion(+), 734 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 6e67c78c36..bf1aaa9071 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -171,7 +171,6 @@ src/e-util/e-attachment-store.c
 src/e-util/e-attachment-tree-view.c
 src/e-util/e-attachment-view.c
 src/e-util/e-book-source-config.c
-src/e-util/e-buffer-tagger.c
 src/e-util/e-calendar.c
 src/e-util/e-calendar-item.c
 src/e-util/e-cal-source-config.c
diff --git a/src/calendar/gui/e-comp-editor-property-parts.c b/src/calendar/gui/e-comp-editor-property-parts.c
index 8255d26c15..fbc97e0ab0 100644
--- a/src/calendar/gui/e-comp-editor-property-parts.c
+++ b/src/calendar/gui/e-comp-editor-property-parts.c
@@ -21,6 +21,7 @@
 #include <glib/gi18n-lib.h>
 
 #include <libedataserver/libedataserver.h>
+#include <libedataserverui/libedataserverui.h>
 #include <e-util/e-util.h>
 
 #include "calendar-config.h"
diff --git a/src/e-util/CMakeLists.txt b/src/e-util/CMakeLists.txt
index 1cfeab1f97..62d8f48ed5 100644
--- a/src/e-util/CMakeLists.txt
+++ b/src/e-util/CMakeLists.txt
@@ -61,7 +61,6 @@ set(SOURCES
        e-autocomplete-selector.c
        e-bit-array.c
        e-book-source-config.c
-       e-buffer-tagger.c
        e-cal-source-config.c
        e-calendar-item.c
        e-calendar.c
@@ -337,7 +336,6 @@ set(HEADERS
        e-autocomplete-selector.h
        e-bit-array.h
        e-book-source-config.h
-       e-buffer-tagger.h
        e-cal-source-config.h
        e-calendar-item.h
        e-calendar.h
diff --git a/src/e-util/e-util.h b/src/e-util/e-util.h
index fa0d82b540..4df98d7f6e 100644
--- a/src/e-util/e-util.h
+++ b/src/e-util/e-util.h
@@ -46,7 +46,6 @@
 #include <e-util/e-autocomplete-selector.h>
 #include <e-util/e-bit-array.h>
 #include <e-util/e-book-source-config.h>
-#include <e-util/e-buffer-tagger.h>
 #include <e-util/e-cal-source-config.h>
 #include <e-util/e-calendar-item.h>
 #include <e-util/e-calendar.h>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]