diff options
Diffstat (limited to 'executive-summary')
-rw-r--r-- | executive-summary/ChangeLog | 5 | ||||
-rw-r--r-- | executive-summary/widgets/e-summary-subwindow.c | 4 | ||||
-rw-r--r-- | executive-summary/widgets/e-summary-title-button.h | 1 |
3 files changed, 9 insertions, 1 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index 91f0a82559..ad89791868 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,8 @@ +2001-04-10 Gediminas Paulauskas <menesis@delfi.lt> + + * widgets/e-summary-subwindow.c: added some missing includes. + * widgets/e-summary-title-button.h: same. + 2001-04-04 Gediminas Paulauskas <menesis@delfi.lt> * component/component-factory.c: last time I've broken shortcut view. diff --git a/executive-summary/widgets/e-summary-subwindow.c b/executive-summary/widgets/e-summary-subwindow.c index 961fbd7ac4..d93e170690 100644 --- a/executive-summary/widgets/e-summary-subwindow.c +++ b/executive-summary/widgets/e-summary-subwindow.c @@ -25,10 +25,12 @@ #include <config.h> #endif +#include <gtk/gtkframe.h> #include <gal/util/e-util.h> #include <gal/widgets/e-font.h> - #include <gal/e-text/e-text.h> +#include <libgnomeui/gnome-canvas.h> +#include <libgnomeui/gnome-canvas-widget.h> #include "e-summary-subwindow.h" #include "e-summary-titlebar.h" diff --git a/executive-summary/widgets/e-summary-title-button.h b/executive-summary/widgets/e-summary-title-button.h index a99a96815a..f79f986d07 100644 --- a/executive-summary/widgets/e-summary-title-button.h +++ b/executive-summary/widgets/e-summary-title-button.h @@ -26,6 +26,7 @@ #include <gtk/gtksignal.h> #include <libgnomeui/gnome-canvas.h> +#include <libgnomeui/gnome-canvas-rect-ellipse.h> #define E_SUMMARY_TITLE_BUTTON_TYPE (e_summary_title_button_get_type ()) #define E_SUMMARY_TITLE_BUTTON(obj) (GTK_CHECK_CAST ((obj), E_SUMMARY_TITLE_BUTTON_TYPE, ESummaryTitleButton)) |