diff options
author | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2019-06-02 12:03:32 -0300 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2019-06-24 21:32:57 -0300 |
commit | ad017d1709a323f743eb4704c85759e170479f69 (patch) | |
tree | cd9c226275384c3b691b7fb41dbdf661bb4ef7c6 /data/meson.build | |
parent | b2d2767131559ff691b79dd162c0e72df2092b68 (diff) | |
download | gnome-calendar-ad017d1709a323f743eb4704c85759e170479f69.tar.gz |
calendars-page: Introduce GcalCalendarsPage
A page dedicated to show a list of calendars and add
new ones. Other pages will come in soon.
Diffstat (limited to 'data/meson.build')
-rw-r--r-- | data/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/meson.build b/data/meson.build index aeb3506b..5befb3e0 100644 --- a/data/meson.build +++ b/data/meson.build @@ -85,6 +85,7 @@ resource_data = files( 'ui/alarm-row.ui', 'ui/calendar-management-dialog.ui', 'ui/calendar-row.ui', + 'ui/calendars-page.ui', 'ui/date-chooser.ui', 'ui/date-selector.ui', 'ui/edit-dialog.ui', |