From 2edd5bcefd8ab2e5c88e39a5ac6866275e02c840 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 9 Oct 2003 20:56:35 +0000 Subject: INCLUDE path fixes for changes made to libical build. 2003-10-09 Jeffrey Stedfast * e-timezone-dialog/Makefile.am: INCLUDE path fixes for changes made to libical build. * e-timezone-dialog.h: #include svn path=/trunk/; revision=22841 --- widgets/ChangeLog | 34 +++++++++++++++++++-------- widgets/e-timezone-dialog/Makefile.am | 3 +-- widgets/e-timezone-dialog/e-timezone-dialog.h | 2 +- 3 files changed, 26 insertions(+), 13 deletions(-) diff --git a/widgets/ChangeLog b/widgets/ChangeLog index fbd94cbef1..51ea4593d1 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,22 +1,36 @@ +2003-10-09 Jeffrey Stedfast + + * e-timezone-dialog/Makefile.am: INCLUDE path fixes for changes + made to libical build. + + * e-timezone-dialog.h: #include + 2003-09-19 Bolian Yin Fixes #1245. ECalendar should be usable with the keyboard - *misc/e-calendar-item.c (e_calendar_item_focus): new func, focus handler. - (e_calendar_item_key_press_event): new func, key press event handler - (e_calendar_item_selection_add_days, e_calendar_item_stop_selecting): helpers. - (e_calendar_item_ensure_days_visible, e_calendar_item_set_selection_if_emission): - add the flag to control if we should emit e-calendar signals. + *misc/e-calendar-item.c (e_calendar_item_focus): new func, focus + handler. + (e_calendar_item_key_press_event): new func, key press event + handler + (e_calendar_item_selection_add_days, + e_calendar_item_stop_selecting): helpers. + (e_calendar_item_ensure_days_visible, + e_calendar_item_set_selection_if_emission): add the flag to + control if we should emit e-calendar signals. (e_calendar_item_class_init): register focus handler. - (e_calendar_item_event): add code for GDK_FOCUS_CHANGE and GDK_KEY_PRESS. + (e_calendar_item_event): add code for GDK_FOCUS_CHANGE and + GDK_KEY_PRESS. *misc/e-calendar.c (e_calendar_focus): new func, focus handler - (e_calendar_button_has_focus): new func, if prev/next button has focus. - (e_calendar_on_next_clicked, e_calendar_on_prev_clicked): click signal handler - for prev/next buttons. + (e_calendar_button_has_focus): new func, if prev/next button has + focus. + (e_calendar_on_next_clicked, e_calendar_on_prev_clicked): click + signal handler for prev/next buttons. (e_calendar_set_focusable): set if the e-calendar is focusable - *misc/e-dateedit.c (e_date_edit_show_date_popup, hide_date_popup): grab/ungrab gdk keyboard. + *misc/e-dateedit.c (e_date_edit_show_date_popup, hide_date_popup): + grab/ungrab gdk keyboard. 2003-08-27 Hans Petter Jansson diff --git a/widgets/e-timezone-dialog/Makefile.am b/widgets/e-timezone-dialog/Makefile.am index b264145228..46e46b0319 100644 --- a/widgets/e-timezone-dialog/Makefile.am +++ b/widgets/e-timezone-dialog/Makefile.am @@ -1,7 +1,6 @@ INCLUDES = \ -I$(top_srcdir) \ - -I$(top_srcdir)/libical/src/libical \ - -I$(top_builddir)/libical/src/libical \ + -I$(top_srcdir)/libical/src \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DG_LOG_DOMAIN=__FILE__ \ $(GNOME_FULL_CFLAGS) diff --git a/widgets/e-timezone-dialog/e-timezone-dialog.h b/widgets/e-timezone-dialog/e-timezone-dialog.h index 35617844f1..d9e8366fbe 100644 --- a/widgets/e-timezone-dialog/e-timezone-dialog.h +++ b/widgets/e-timezone-dialog/e-timezone-dialog.h @@ -23,7 +23,7 @@ #define __E_TIMEZONE_DIALOG_H__ #include -#include +#include -- cgit v1.2.3