From 550314f75b3a94e468e5f1117b9425d6d3784161 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 29 Sep 1998 00:54:21 +0000 Subject: New file that presents a quick view of the events in a particular day when 1998-09-28 Federico Mena Quintero * quick-view.[ch]: New file that presents a quick view of the events in a particular day when the mouse is clicked on the year view. Work in progress. * year-view.c (do_quick_view_popup): New function that creates a quick view for the events in a day. * Makefile.am (gnomecal_SOURCES): Added quick-view.[ch] to the list of sources. svn path=/trunk/; revision=413 --- calendar/gui/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/gui/Makefile.am') diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 3f1cb80632..bc6081dc10 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -45,6 +45,8 @@ gnomecal_SOURCES = \ popup-menu.c \ popup-menu.h \ prop.c \ + quick-view.c \ + quick-view.h \ timeutil.c \ timeutil.h \ view-utils.h \ -- cgit v1.2.3